summaryrefslogtreecommitdiff
path: root/public/assets/css/themes/spring-01.css
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-07 19:20:25 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-07 19:20:25 +0300
commit5835bbc236c6387d6e235fcf16cf4ab92a94c003 (patch)
tree721d3215be2e4778fa0471014afc061344c871a3 /public/assets/css/themes/spring-01.css
parentcfb5b125d3644c09d32d692262752bc0b9d33fdb (diff)
downloadgyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.tar.gz
gyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.tar.bz2
gyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.zip
add and organize themes
Diffstat (limited to 'public/assets/css/themes/spring-01.css')
-rw-r--r--public/assets/css/themes/spring-01.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/css/themes/spring-01.css b/public/assets/css/themes/spring-01.css
new file mode 100644
index 0000000..f3eef8b
--- /dev/null
+++ b/public/assets/css/themes/spring-01.css
@@ -0,0 +1,7 @@
+:root {
+ --background-image: url(/assets/media/spring-01.webp);
+ --bs-heading-color: #045;
+ --menu-hover-bgr: #bee;
+ --info-text-color: #334;
+ --img-credit-hover-color: #334;
+}