diff options
Diffstat (limited to 'public/assets/css/themes/fall-12.css')
| -rw-r--r-- | public/assets/css/themes/fall-12.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-12.css b/public/assets/css/themes/fall-12.css new file mode 100644 index 0000000..2763b22 --- /dev/null +++ b/public/assets/css/themes/fall-12.css @@ -0,0 +1,8 @@ +:root { + --background-image: url(/assets/media/fall-12.webp); + --form-layer-bgr: #cccc; + --bs-heading-color: #544; + --menu-hover-bgr: #fff0dc; + --info-text-color: #112; + --img-credit-hover-color: #334; +} |
