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