15 lines
178 B
CSS
15 lines
178 B
CSS
/* body {
|
|
background-color: gray;
|
|
}
|
|
.nav {
|
|
background-color: gray;
|
|
}
|
|
|
|
.active {
|
|
background-color: black !important;
|
|
}
|
|
|
|
a:hover {
|
|
background-color: black !important;
|
|
} */
|