first commit

This commit is contained in:
2024-09-30 19:36:00 +02:00
commit ae59cb7ed9
35 changed files with 9562 additions and 0 deletions

17
styles/variables.css Normal file
View 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;
}