Compare commits

...

4 Commits

Author SHA1 Message Date
cee92eae3c update countries repo commit 2024-01-31 18:24:31 +00:00
9866553bf0 fix css 2022-04-13 17:38:06 +01:00
b4c3ddcfe0 update to new colors styling location 2022-04-13 17:32:05 +01:00
2311497f63 prepare for new styling update 2022-04-13 17:08:03 +01:00
3 changed files with 3 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
--b-color: var(--yellow);
--c-color: var(--green);
--d-color: var(--blue);
--question-country-color: var(--teal);
--question-country-color: var(--base16-teal);
--question-capital-color: var(--blue);
}

View File

@@ -1,17 +1,6 @@
@import url("https://styles.alv.cx/colors/base16-default.css");
@import url("https://styles.alv.cx/base.css");
@import url("https://styles.alv.cx/modules/darkmode.css");
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
:root {
--red: #ab4642;
--orange: #dc9656;
--yellow: #f7ca88;
--green: #a1b56c;
--teal: #86c1b9;
--blue: #7cafc2;
--purple: #ba8baf;
--brown: #a16946;
}
body {
font-family: monospace;