diff options
Diffstat (limited to 'public/assets/css/themes/fall-10.css')
| -rw-r--r-- | public/assets/css/themes/fall-10.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-10.css b/public/assets/css/themes/fall-10.css new file mode 100644 index 0000000..7373579 --- /dev/null +++ b/public/assets/css/themes/fall-10.css @@ -0,0 +1,13 @@ +:root { + --background-image: url(/assets/media/fall-10.webp); + --bs-heading-color: #035; + --menu-hover-bgr: #dff; + --info-text-color: #223; + + --img-credit-hover-color: #334; + --img-credit-bgr: transparent; + --img-credit-color: #145; +} + +.central-form form label { color: #313; } +tbody, td, tfoot, th, thead, tr { border-color: #def7; }
\ No newline at end of file |
