forked from data.coop/website
Displaying which page is currently active
This commit is contained in:
parent
ff950c95ee
commit
d50ec0e709
|
@ -153,7 +153,7 @@ aside nav ol {
|
||||||
aside nav ol li a {
|
aside nav ol li a {
|
||||||
display : block;
|
display : block;
|
||||||
font-size : 2rem;
|
font-size : 2rem;
|
||||||
padding : 0.5rem 0;
|
margin : 0.5rem 0;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,6 +161,11 @@ aside nav ol li a:hover {
|
||||||
text-decoration : underline;
|
text-decoration : underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside nav ol li a.active {
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
aside #menu-toggle {
|
aside #menu-toggle {
|
||||||
display : none;
|
display : none;
|
||||||
font-size : 2em;
|
font-size : 2em;
|
||||||
|
|
Loading…
Reference in a new issue