mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
24 lines
305 B
CSS
24 lines
305 B
CSS
.navbar {
|
|
font-weight: bold;
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
|
|
.navbar li a {
|
|
font-weight: bold;
|
|
color: #fff;
|
|
}
|
|
|
|
/* Change the link color on hover */
|
|
.navbar li a:hover {
|
|
background-color: #111;
|
|
}
|
|
|
|
.license {
|
|
color: #000;
|
|
background-color: #ddd;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
} |