make styles more concise
This commit is contained in:
parent
f4fd8c617f
commit
a7a9e68f7a
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
.nav, .nav-link:hover, .nav .pagename {
|
||||
.nav, .nav .pagename, .current, .nav-link:hover {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -27,10 +27,6 @@
|
|||
font-size: 25px;
|
||||
}
|
||||
|
||||
.current {
|
||||
color: #fff; /* make current page link white */
|
||||
}
|
||||
|
||||
.nav .pagename {
|
||||
font-size: 22px;
|
||||
top: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue