From 7aab4f576a04ac0a12f9114d3ddefae59a58f7ab Mon Sep 17 00:00:00 2001
From: xAlpharax <42233094+xAlpharax@users.noreply.github.com>
Date: Thu, 8 Feb 2024 19:47:58 +0200
Subject: Soon to be changing colors.
Changes to be committed:
modified: sass/_predefined.scss
modified: templates/index.html
---
sass/_predefined.scss | 14 +++++++++++---
templates/index.html | 9 ++-------
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/sass/_predefined.scss b/sass/_predefined.scss
index ec3c6c7..acdfa28 100644
--- a/sass/_predefined.scss
+++ b/sass/_predefined.scss
@@ -1,12 +1,20 @@
// Colors
//
-$theme: #018574;
-$text: #c6cddb;
-$light-grey: #494f5c;
+//bkup
+$theme: #018574; // links // green
+$text: #c6cddb; // general text // white grey
+$light-grey: #494f5c; // bg // all below are grey darkish
$dark-grey: #3b3e48;
$highlight-grey: #7d828a;
$midnightblue: #31333d;
+//$theme: #018574;
+//$text: #8dabd0; // general text // mod white
+//$light-grey: #4e6695; // bg // mod blue
+//$dark-grey: #4e6695;
+//$highlight-grey: #4e6695;
+//$midnightblue: #4e6695;
+
// Fonts
//
$fonts: "Trebuchet MS", Verdana, "Verdana Ref", "Segoe UI", Candara,
diff --git a/templates/index.html b/templates/index.html
index 2ee6be3..2a9b9a5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,6 +5,7 @@
+
@@ -48,18 +49,12 @@
-
-
-
+
--
cgit v1.2.3