Skip to content

Commit fd8aaa4

Browse files
committed
header changes
1 parent f6f4013 commit fd8aaa4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ div.grid.cards > ul > li{
2020
background-color: hsl(240, 100%, 10%);
2121
}
2222

23+
.md-tabs__list > .md-tabs__item :hover{
24+
color:hsl(165, 100%, 45%) !important;
25+
}
26+
27+
.md-tabs__list .md-tabs__item--active{
28+
color:hsl(163, 100%, 45%) !important;
29+
}
30+
2331
h1 {
24-
color:hsl(0, 97%, 40%) !important;
32+
color:hsl(165, 100%, 40%) !important;
2533
}
2634

2735
h2{

0 commit comments

Comments
 (0)