parent
44815beaa1
commit
65eb29de9b
|
|
@ -1,9 +1,9 @@
|
|||
// Define common variables
|
||||
$background-base-start: rgb(51,54,51, 1);
|
||||
$background-base-end: rgba(0, 90, 25, 1);
|
||||
$background-base-start: rgba(0, 90, 25, 1);
|
||||
$background-base-end: rgb(51,54,51, 1);
|
||||
$header-background: 0;
|
||||
$form-background: rgba(0,0,0,0.5);
|
||||
$header-color: white;
|
||||
$header-color: $form-background;
|
||||
$button-background: green;
|
||||
$border-color: green;
|
||||
$input-background: #222;
|
||||
|
|
@ -17,7 +17,7 @@ body, html {
|
|||
font-family: $font-family-default;
|
||||
font-weight: 680;
|
||||
tab-size: 4;
|
||||
background: radial-gradient($background-base-start 70%, $background-base-end);
|
||||
background: radial-gradient($background-base-start, $background-base-end 70%);
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center; // Center horizontally
|
||||
|
|
|
|||
Loading…
Reference in New Issue