This commit is contained in:
Quentin 2020-06-02 16:37:54 +02:00
parent 0808e351ae
commit 5935f2e267
1 changed files with 2 additions and 2 deletions

View File

@ -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;