first commit
This commit is contained in:
17
styles/variables.css
Normal file
17
styles/variables.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* ew google, I know, but I want easy fonts */
|
||||
@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Oxygen%20Mono:400');
|
||||
|
||||
:root {
|
||||
--text: #ddd3d5;
|
||||
--dark-text: #8d8385;
|
||||
--dark: #4d4345;
|
||||
--background: #0f0a0b;
|
||||
--background-lighter: #2f2a2b;
|
||||
--primary: #dd5555;
|
||||
--primary-complementary: #55dddd;
|
||||
--secondary: #606b33;
|
||||
--accent: #d1985c;
|
||||
|
||||
--font: 'Montserrat', Arial;
|
||||
--mono-font: 'Oxygen Mono', monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user