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