Files
StaticGalleryBuilder/themes/catpuccin.css

112 lines
1.9 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
* {
--color1: #F28FAD;
/* Pink */
--color2: #ABE9B3;
/* Green */
--color3: #FAE3B0;
/* Yellow */
--color4: #96CDFB;
/* Blue */
--bcolor1: #F5E0DC;
/* Rosewater */
--bcolor2: #575268;
/* Dark surface */
--bcolor3: #D9E0EE;
/* Surface */
--bcolor4: #C9CBFF;
/* Mauve */
}
.navbar {
font-weight: 600;
color: var(--bcolor2);
background-color: var(--color1);
font-family: "Nunito", sans-serif;
}
.navbar li a {
font-weight: 500;
color: var(--bcolor2);
font-family: "Nunito", sans-serif;
}
/* Change the link color on hover */
.navbar li a:hover {
text-decoration: none;
background-color: var(--color2);
}
.footer {
color: var(--bcolor2);
background-color: var(--color3);
font-weight: 500;
font-family: "Nunito", sans-serif;
}
.footer a {
color: var(--color1);
text-decoration: none;
font-weight: 400;
}
.footer a:hover {
text-decoration: none;
}
.foldericon {
content: "themes/icons/catpuccin.svg";
}
.folders a {
font-weight: 600;
color: var(--bcolor2);
text-decoration: none;
font-family: "Nunito", sans-serif;
}
.folders a:hover {
text-decoration: none;
}
.row a {
font-weight: 500;
color: var(--color1);
text-decoration: none;
font-family: "Nunito", sans-serif;
}
.row a:hover {
text-decoration: underline;
}
.tooltiptext {
font-weight: 400;
background-color: var(--color3);
font-family: "Nunito", sans-serif;
}
.column img {
background-color: var(--bcolor4);
}
#totop:hover {
background-color: var(--color2);
}
#totop {
background-color: var(--color1);
color: var(--bcolor1);
font-weight: 600;
font-family: "Nunito", sans-serif;
}
body {
color: var(--bcolor2);
background-color: var(--bcolor3);
font-family: "Nunito", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}