mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
update css
This commit is contained in:
parent
06dd9fa71e
commit
27e371d2fb
1 changed files with 6 additions and 5 deletions
|
@ -312,14 +312,15 @@ and article prev/next navigation links (.nav.page) */
|
||||||
|
|
||||||
.subpages .nav.sub {
|
.subpages .nav.sub {
|
||||||
background-color: #111833;
|
background-color: #111833;
|
||||||
/* color: #fff; */
|
color: #fff;
|
||||||
font-size: 0.85em;
|
font-size: 0.9em;
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0 0 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subpages .nav.sub a {}
|
||||||
|
|
||||||
.subpages .nav.sub a:hover {
|
.subpages .nav.sub a:hover {
|
||||||
color: #c5c6c7;
|
/* color: #c5c6c7; */
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 16em) {
|
@media (min-width: 16em) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue