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