diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-13 18:57:13 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-13 18:57:13 +0300 |
| commit | eaf1163d74e3cb06b898767192de6734808c0e9c (patch) | |
| tree | 0ef3e4b4d21fdbb86b79655f151dc8a25a1893d7 /public/assets/css/themes/summer-00.css | |
| parent | 453c2d1183e9fcfe262a03e22365de5c76abd877 (diff) | |
| download | gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.gz gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.bz2 gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.zip | |
hotfixes for optimal rating on google speedtest; theme additions
Diffstat (limited to 'public/assets/css/themes/summer-00.css')
| -rw-r--r-- | public/assets/css/themes/summer-00.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/css/themes/summer-00.css b/public/assets/css/themes/summer-00.css new file mode 100644 index 0000000..d3164b2 --- /dev/null +++ b/public/assets/css/themes/summer-00.css @@ -0,0 +1,7 @@ +:root { + --background-image: url(/assets/media/summer-0.webp); + --bs-heading-color: #132; + --menu-hover-bgr: #feedc7; + --info-text-color: #334; + --img-credit-hover-color: #b04028; +} |
