Add cosmic background to header
Going back to space, where we belong.
This commit is contained in:
@@ -4,7 +4,8 @@ body#admin-panel {
|
||||
#wrapper {
|
||||
> header {
|
||||
background: $color-red-bright;
|
||||
background: linear-gradient(35deg, $color-purple 0, $color-red-dark 100%);
|
||||
background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(153,12,14,0.9) 100%),
|
||||
url('/img/bg-1.jpg');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user