forked from Deuxfleurs/site
Fix BG 3
This commit is contained in:
parent
0808e351ae
commit
5935f2e267
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ body {
|
|||
/* Header + Menu */
|
||||
body > aside > header {
|
||||
color: white;
|
||||
background: rgb(125,205,141);
|
||||
background: linear-gradient(0deg, rgba(34,90,45,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
|
||||
background: rgb(12,144,110);
|
||||
background: linear-gradient(0deg, rgb(21, 65, 73) 0%, rgb(55, 141, 100) 50%, rgb(12, 144, 110) 100%);
|
||||
padding: 1.5rem;
|
||||
margin: 0.8rem;
|
||||
border-radius: 0.5rem;
|
||||
|
|
Loading…
Reference in a new issue