summaryrefslogtreecommitdiff
path: root/public/assets/css/themes/fall-08.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/fall-08.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/fall-08.css')
-rw-r--r--public/assets/css/themes/fall-08.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-08.css b/public/assets/css/themes/fall-08.css
new file mode 100644
index 0000000..76f1b67
--- /dev/null
+++ b/public/assets/css/themes/fall-08.css
@@ -0,0 +1,8 @@
+:root {
+ --background-image: url(/assets/media/fall-08.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #fee /* #045 */;
+ --menu-hover-bgr: #fcc;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+}