color
This commit is contained in:
parent
302477adb1
commit
a2138b70fd
1 changed files with 2 additions and 2 deletions
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
/* Add a grey background color on mouse-over */
|
||||
.topnav a:hover {
|
||||
background-color: rgb(129, 94, 58);
|
||||
background-color: #000000;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Style the active link (or home/logo) */
|
||||
.active {
|
||||
background-color: #000000;
|
||||
background-color: #333;
|
||||
color: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue