Skip to content

Commit 0cfe50a

Browse files
committed
fix broken opacity on header
1 parent 4ced92d commit 0cfe50a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/stylesheets/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ header {
6262

6363
/*Produce the 'faded' effect on the background image so the heading is easier to read*/
6464
#heading {
65-
background-color: rgba(255, 255, 255, 0.5);
65+
background-color: white;
66+
opacity: 0.5;
6667
width: 100%;
6768
height: 100%;
6869
}

0 commit comments

Comments
 (0)