This commit is contained in:
Quentin 2020-06-02 16:34:30 +02:00
parent 0a493d1a9b
commit 0808e351ae
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(36,109,151,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
background: linear-gradient(0deg, rgba(34,90,45,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
padding: 1.5rem;
margin: 0.8rem;
border-radius: 0.5rem;