This commit is contained in:
Loretta 2025-12-12 09:07:45 +01:00
commit 1e82439fee
2 changed files with 3 additions and 3 deletions

View File

@ -456,7 +456,7 @@
/*** FOOTER ***/ /*** FOOTER ***/
.footer { .footer {
background: #888 url(../images/footer-bg-tyre.jpg) center center no-repeat; /*background: #888 url(../images/footer-bg.jpg) center center no-repeat;*/
background-size: cover; background-size: cover;
background-blend-mode: multiply; background-blend-mode: multiply;
} }

View File

@ -1,6 +1,6 @@
body { body {
} }
:root { :root {
--theme-color: #51f025; --theme-color: #1f6332;
--active-color: #11df1f; --active-color: #229d1d;
} }