website/static/assets/green.css
2024-12-13 01:03:14 +10:00

53 lines
No EOL
1,006 B
CSS

:root {
--accent: #b0a64e !important;
--accent-2: #b0a64e !important;
--background: #4c5844 !important;
--background-2: #3e4637 !important;
--foreground: #a2a09c !important;
--success: #B0F950 !important;
--warn: #ffff00 !important;
--error: #AD4547 !important;
--radius: 0px !important;
}
h1 {
color: var(--accent) !important;
border-bottom: none !important;
}
h2,
h3,
h4,
h5,
h6 {
color: white !important;
border-bottom: none !important;
}
a,
a:visited {
color: white !important;
}
a:not(:has(>img)):hover,
a:not(:has(>img)):visited:hover {
background-color: transparent !important;
color: white !important;
text-decoration: underline solid white 1px !important;
}
pre code {
background-color: var(--background-2) !important;
color: white !important;
border-color: white !important;
}
.language-md,
.token {
color: white !important;
}
.icon-link>img.invert {
filter: hue-rotate(180deg) invert() !important;
}