diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-12 01:12:30 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-12 01:12:30 +0300 |
| commit | 5375e22de976b74f5f04d800014c30d9c66f0fe5 (patch) | |
| tree | 3f9d79b898c4bbb392c2a4ec5ec65c0fde5c6f01 /public/assets/css/themes/fall-09.css | |
| parent | 0b0076b2ece062f248b7c048d6bb28abbe9174a5 (diff) | |
| download | gyraf1gov-5375e22de976b74f5f04d800014c30d9c66f0fe5.tar.gz gyraf1gov-5375e22de976b74f5f04d800014c30d9c66f0fe5.tar.bz2 gyraf1gov-5375e22de976b74f5f04d800014c30d9c66f0fe5.zip | |
official Reliese Candidate; themes added; routes organized; fine tuning
Diffstat (limited to 'public/assets/css/themes/fall-09.css')
| -rw-r--r-- | public/assets/css/themes/fall-09.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-09.css b/public/assets/css/themes/fall-09.css new file mode 100644 index 0000000..05681ef --- /dev/null +++ b/public/assets/css/themes/fall-09.css @@ -0,0 +1,8 @@ +:root { + --background-image: url(/assets/media/fall-09.webp); + --form-layer-bgr: #cccc; + --bs-heading-color: #657; + --menu-hover-bgr: #fff0dc; + --info-text-color: #112; + --img-credit-hover-color: #334; +} |
