Skip to content

Commit 0d8d2db

Browse files
committed
theme color
1 parent 8834eaf commit 0d8d2db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ a {
1818

1919

2020
header {
21-
background-color: #438789;
21+
background-color: #F2960D;
2222
}
2323

2424
header li {
2525
font-size: 13px;
2626
width: 150px;
2727
background: black;
28-
box-shadow: inset 0px 1px 1px 0 #438789;
28+
box-shadow: inset 0px 1px 1px 0 #F2960D;
2929
}

0 commit comments

Comments
 (0)