iDie/css/nav/beige.css

15 lines
307 B
CSS

#custom-nav {
position:fixed; bottom: 0.5em; left: 0.5em;
z-index: 529; font-size: 200%;
}
#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
color: #8b743d;
border: 0; outline: 0;
}
#custon-nav a:hover {
color: #c0a86e;
}
@media print {
#custom-nav { display: none !important }
}