Make them colors pop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Basti 2021-02-03 13:37:44 +01:00
parent 4526c941b8
commit 7e9af716ac
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ body#admin-panel {
#wrapper {
> header {
background: $color-red-bright;
background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(153,12,14,0.9) 100%),
background: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(153,12,14,0.9) 100%),
url('/img/bg-1.jpg');
}
}

View File

@ -9,7 +9,7 @@
margin: 0 auto;
padding: 4rem 0;
text-align: center;
background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(13,79,153,0.8) 100%),
background: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%),
url('/img/bg-1.jpg');
background-size: cover;