colors
This commit is contained in:
parent
bc5d71f029
commit
d28d9cd173
1 changed files with 3 additions and 3 deletions
|
|
@ -31,11 +31,11 @@
|
|||
/* Add a grey background color on mouse-over */
|
||||
.topnav a:hover {
|
||||
background-color: #000000;
|
||||
color: #33ff33;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Style the active link (or home/logo) */
|
||||
.active {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
background-color: #0f0f0f;
|
||||
color: #33ff33;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue