Skip to content

Commit b7774cd

Browse files
committed
set masthead background color by hsla
1 parent bac4f2e commit b7774cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/stylesheets/main.scss

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

6363
/*Produce the 'faded' effect on the background image so the heading is easier to read*/
6464
#heading {
65-
background-color: #ffffff80;
65+
background-color: hsla(0, 0%, 100%, 50%);
6666
width: 100%;
6767
height: 100%;
6868
}

0 commit comments

Comments
 (0)