Merge branch 'main' of https://git.aycode.com/Adam/FruitBank
This commit is contained in:
commit
1e82439fee
|
|
@ -456,7 +456,7 @@
|
|||
|
||||
/*** 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-blend-mode: multiply;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
}
|
||||
:root {
|
||||
--theme-color: #51f025;
|
||||
--active-color: #11df1f;
|
||||
--theme-color: #1f6332;
|
||||
--active-color: #229d1d;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue