forked from Gitlink/forgeplus-react
12 lines
261 B
CSS
12 lines
261 B
CSS
|
|
.head-nav ul#header-nav li:hover a, .head-nav ul#header-nav li.active a{
|
||
|
|
color: #1484EF;
|
||
|
|
}
|
||
|
|
.head-nav ul#header-nav li.active a::after{
|
||
|
|
content: "";
|
||
|
|
width: 100%;
|
||
|
|
height:2px;
|
||
|
|
background-color: #1484EF;
|
||
|
|
left:0px;
|
||
|
|
bottom: 12px;
|
||
|
|
position: absolute;
|
||
|
|
}
|