Tweak CSS

This commit is contained in:
Thomas Sileo 2022-07-29 21:26:19 +02:00
parent 583fd5f3d4
commit 1299f49884

View file

@ -4,10 +4,10 @@ $light-background: #e6e6e6;
$text-color: #111; $text-color: #111;
$primary-color: #1d781d; $primary-color: #1d781d;
$secondary-color: #781D78; $secondary-color: #781D78;
$form-background-color: #ccc; $form-background-color: #ccc;
$form-text-color: #333; $form-text-color: #333;
$muted-color: #555; // solarized comment text $muted-color: #555; // solarized comment text
$primary-button-text-color: #fff;
// Load custom theme // Load custom theme
@import "theme.scss"; @import "theme.scss";
@ -23,7 +23,6 @@ $muted-color: #555; // solarized comment text
} }
} }
.light-background { .light-background {
background: $light-background; background: $light-background;
} }
@ -86,7 +85,7 @@ code, pre {
font-size: 20px; font-size: 20px;
outline: none; outline: none;
background: $primary-color; background: $primary-color;
color: $form-background-color; color: $primary-button-text-color;
padding: 5px 12px; padding: 5px 12px;
cursor: pointer; cursor: pointer;
} }