backround
This commit is contained in:
parent
a2138b70fd
commit
28b8e093ee
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* Style the navigation menu */
|
/* Style the navigation menu */
|
||||||
.topnav {
|
.topnav {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333;
|
background-color: #0f0f0f;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
/* Add a grey background color on mouse-over */
|
/* Add a grey background color on mouse-over */
|
||||||
.topnav a:hover {
|
.topnav a:hover {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: black;
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the active link (or home/logo) */
|
/* Style the active link (or home/logo) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue