From 340d024e5fc09d1ab89062ece7b8788786ba564b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 10 Jan 2022 22:37:25 -0500 Subject: Testing theme changer --- styles/themes/colors-base.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 styles/themes/colors-base.css (limited to 'styles/themes/colors-base.css') diff --git a/styles/themes/colors-base.css b/styles/themes/colors-base.css new file mode 100644 index 0000000..3dab58b --- /dev/null +++ b/styles/themes/colors-base.css @@ -0,0 +1,14 @@ +* { + /* Main */ + --main-bg: white; + --main-color: black; + + /* Underline */ + --divider-color: #bbb; + + /* Links */ + --link-color: #0084ff; + --link-color-hover: #3ea2ff; + --link-color-active:#0056a7; + +} \ No newline at end of file -- cgit v1.2.3