From fe22956d5dbdeb2b80a9e56b46abe2be9f2bfcdb Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Tue, 26 Mar 2024 16:00:05 -0600 Subject: initial commit --- static/css/colors.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/css/colors.css (limited to 'static/css/colors.css') diff --git a/static/css/colors.css b/static/css/colors.css new file mode 100644 index 0000000..159a142 --- /dev/null +++ b/static/css/colors.css @@ -0,0 +1,13 @@ +:root { + --background-color: #f4e8e9; + --text-color: #333; + --link-color: #d291bc; + --container-bg: #fff7f8; +} + +[data-theme="DARK"] { + --background-color: #333; + --text-color: #f4e8e9; + --link-color: #b86b77; + --container-bg: #424242; +} -- cgit v1.2.3-70-g09d2