Change BG color

This commit is contained in:
Quentin 2020-06-02 16:32:56 +02:00
parent 37c23b5576
commit 0a493d1a9b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ body {
body > aside > header {
color: white;
background: rgb(125,205,141);
background: linear-gradient(0deg, rgba(125,205,141,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
background: linear-gradient(0deg, rgba(36,109,151,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
padding: 1.5rem;
margin: 0.8rem;
border-radius: 0.5rem;