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-dark.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 styles/themes/colors-dark.css (limited to 'styles/themes/colors-dark.css') diff --git a/styles/themes/colors-dark.css b/styles/themes/colors-dark.css new file mode 100644 index 0000000..64a33d1 --- /dev/null +++ b/styles/themes/colors-dark.css @@ -0,0 +1,13 @@ +* { + /* Main */ + --main-bg: #333; + --main-color: white; + + /* Underline */ + --divider-color: #555; + + /* Links */ + --link-color: #0084ff; + --link-color-hover: #3ea2ff; + --link-color-active:#0056a7; +} \ No newline at end of file -- cgit v1.2.3