Files
StaticGalleryBuilder/themes/default.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;
}