{{ title }} — OI Lume Expo
- {{#
- TODO replace with proper OI styling, perhaps componentised???
- Temporarily using water to get up and running
- #}}
-
diff --git a/src/css/site.css b/src/css/site.css
index 8dc6332..171ee81 100644
--- a/src/css/site.css
+++ b/src/css/site.css
@@ -1,5 +1,15 @@
-@import 'css/dessicate.css';
@import 'css/code_theme.css';
@import 'css/components.css';
+@import 'css/base.css';
@import 'css/transitions.css';
+
+:root {
+ --header-color: white;
+ --header-background: #2254F4;
+
+ --nav-page-color: white;
+ --nav-page-background: black;
+ --nav-page-color-hover: black;
+ --nav-page-background-hover: white;
+}
\ No newline at end of file