Move gradient to where we can use variables; set colors based on original logo
This commit is contained in:
parent
3485f31353
commit
360a8b917e
3 changed files with 16 additions and 12 deletions
|
@ -15,18 +15,6 @@
|
|||
}
|
||||
*/
|
||||
|
||||
.navbar {
|
||||
background: linear-gradient(
|
||||
white,
|
||||
white 20px,
|
||||
lightgreen 20px,
|
||||
green 40px,
|
||||
green 60px,
|
||||
white 60px,
|
||||
white
|
||||
);
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-image: url('/themes/custom/geofresco/images/grassland-wark-forest.jpg');
|
||||
background-position: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue