mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Tweak top nav bar colors
This commit is contained in:
parent
a966a9820c
commit
fecd75db89
1 changed files with 1 additions and 2 deletions
|
@ -268,7 +268,7 @@ header nav{
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav li{
|
header nav li{
|
||||||
color: rgba(255, 255, 255, .75);
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -291,7 +291,6 @@ header nav li a{
|
||||||
|
|
||||||
header nav li a:link,
|
header nav li a:link,
|
||||||
header nav li a:visited{
|
header nav li a:visited{
|
||||||
color: rgba(255, 255, 255, .75);
|
|
||||||
text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
|
text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
|
||||||
border-bottom: 5px solid rgba(0,0,0,0); /* for the transition */
|
border-bottom: 5px solid rgba(0,0,0,0); /* for the transition */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue