Commit dfcc50558f9ab13f13b7029704fcebd0a07bc627

Commits
[COMMIT BEGIN]
commit dfcc50558f9ab13f13b7029704fcebd0a07bc627
Author: 0x4248 <[email protected]>
Date:   Tue Jan 6 22:38:21 2026 +0000

    Atlas: update color theme
    
    Signed-off-by: 0x4248 <[email protected]>

diff --git a/misc/www/css/Atlas/main.css b/misc/www/css/Atlas/main.css
index 0fcc86f..b375fcd 100644
--- a/misc/www/css/Atlas/main.css
+++ b/misc/www/css/Atlas/main.css
@@ -1,23 +1,6 @@
-:root {
-    --bg-dark: #1e2030;
-    --bg-light: #24273a;
-    --grey-light: #939ab7;
-    --grey: #5b6078;
-    --grey-dark: #5b6078;
-    --text: #cad3f5;
-    --blue: #8aadf4;
-    --purple: #c6a0f6;
-    --sapphire: #7dc4e4;
-    --lavender: #b7bdf8;
-    --red: #ed8796;
-    --text-alt: var(--lavender);
-    --text-alt-colour: var(--blue);
-    --text-alt-colour-darker: var(--purple);
-    --dot-bg: var(--bg-dark);
-    --dot-color: var(--bg-light);
-    --color-hr: var(--blue);
-    --dot-size: 4px;
-    --dot-space: 22px;
+pre {
+    max-width: 800px;
+    margin: auto;
 }
 
 .separator {
diff --git a/misc/www/css/TODO b/misc/www/css/TODO
new file mode 100644
index 0000000..24fce0b
--- /dev/null
+++ b/misc/www/css/TODO
@@ -0,0 +1 @@
+[ ] Put proper name for color_theme.css
\ No newline at end of file
diff --git a/misc/www/css/basic_mono.css b/misc/www/css/basic_mono.css
index c109ad1..3025d4a 100644
--- a/misc/www/css/basic_mono.css
+++ b/misc/www/css/basic_mono.css
@@ -12,7 +12,7 @@
 }
 
 * {
-    font-size: 95%;
+    font-size: 14px;
     font-family: "JetBrains Mono", monospace;
     background: var(--bg-dark);
     color: var(--text);
diff --git a/misc/www/css/colour_theme.css b/misc/www/css/colour_theme.css
new file mode 100644
index 0000000..9b127fb
--- /dev/null
+++ b/misc/www/css/colour_theme.css
@@ -0,0 +1,21 @@
+:root {
+    --bg-dark: #1e2030;
+    --bg-light: #24273a;
+    --grey-light: #939ab7;
+    --grey: #5b6078;
+    --grey-dark: #5b6078;
+    --text: #cad3f5;
+    --blue: #8aadf4;
+    --purple: #c6a0f6;
+    --sapphire: #7dc4e4;
+    --lavender: #b7bdf8;
+    --red: #ed8796;
+    --text-alt: var(--lavender);
+    --text-alt-colour: var(--blue);
+    --text-alt-colour-darker: var(--purple);
+    --dot-bg: var(--bg-dark);
+    --dot-color: var(--bg-light);
+    --color-hr: var(--blue);
+    --dot-size: 4px;
+    --dot-space: 22px;
+}
[COMMIT END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.