mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
30 lines
445 B
CSS
30 lines
445 B
CSS
.navbar {
|
|
font-weight: bold;
|
|
color: #f6f6f6;
|
|
background-color: #191b20;
|
|
}
|
|
|
|
.navbar li a {
|
|
font-weight: bold;
|
|
color: #f6f6f6;
|
|
}
|
|
|
|
/* Change the link color on hover */
|
|
.navbar li a:hover {
|
|
background-color: #2c313a;
|
|
}
|
|
|
|
.license {
|
|
color: #f6f6f6;
|
|
background-color: #2c313a;
|
|
}
|
|
|
|
body {
|
|
color: #f6f6f6;
|
|
background-color: #16171d
|
|
}
|
|
|
|
a {
|
|
font-weight: bold;
|
|
color: #ffd945;
|
|
} |