mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
Adjust background color of website
This commit is contained in:
parent
dcb314d9a5
commit
84ee5eec68
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
body {
|
||||
overflow-y: scroll;
|
||||
word-wrap: break-word;
|
||||
background-color: $gray-100;
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
@import "scss/flags";
|
||||
|
|
|
@ -5,4 +5,8 @@ $primary: #5e35b1;
|
|||
$card-border-width: 0;
|
||||
|
||||
// List Groups
|
||||
$list-group-border-width: 0;
|
||||
$list-group-border-width: 0;
|
||||
|
||||
:root {
|
||||
--background: #f0edf4;
|
||||
}
|
Loading…
Reference in a new issue