mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
- removed foldericon argument - added css foldericons - added kjoe theme - improved monokai-vibrant theme
54 lines
879 B
CSS
54 lines
879 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
|
|
|
.navbar {
|
|
font-weight: bold;
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
|
|
.navbar li a {
|
|
font-weight: 700;
|
|
color: #fff;
|
|
}
|
|
|
|
/* Change the link color on hover */
|
|
.navbar li a:hover {
|
|
background-color: #111;
|
|
}
|
|
|
|
.license {
|
|
color: #000;
|
|
background-color: #ddd;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.license a {
|
|
color: #0055ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.folders img {
|
|
content: url(https://www.svgrepo.com/show/474852/folder.svg);
|
|
}
|
|
|
|
.folders a {
|
|
font-weight: 700;
|
|
color: #0055ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
color: #000;
|
|
background-color: #fff;
|
|
font-family: "Ubuntu", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
body a {
|
|
font-weight: 400;
|
|
color: #0055ff;
|
|
text-decoration: none;
|
|
}
|