mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2026-02-11 18:53:59 +00:00
Compare commits
3 Commits
cf2e7abf28
...
9866553bf0
| Author | SHA1 | Date | |
|---|---|---|---|
|
9866553bf0
|
|||
|
b4c3ddcfe0
|
|||
|
2311497f63
|
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
13
styles.css
13
styles.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user