Skip to content

Commit 6b768b3

Browse files
committed
Remove a bad color value from CSS
1 parent 6b824c7 commit 6b768b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
color: #101418;
1616
}
1717
body>header {
18-
background-color: #00578e; --#337ab7;
18+
background-color: #00578e;
1919
height: 4rem;
2020
padding-top: 2rem;
2121
margin-bottom: 5rem;

0 commit comments

Comments
 (0)