update colors

This commit is contained in:
Simon Vieille 2022-09-11 21:42:15 +02:00
parent ee026d365a
commit 35df357e9a
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 3 deletions

View file

@ -1118,7 +1118,7 @@ $links: (
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.content { .content {
background: #35363f; background: #242b3d;
} }
.body, .review, #form { .body, .review, #form {

View file

@ -6,8 +6,8 @@ $color-light-blue: #b9d4e3;
$color-blue: #0269a0; $color-blue: #0269a0;
$color-blue2: #3dacce; $color-blue2: #3dacce;
$color-grey: #ccc; $color-grey: #ccc;
$color-dark-grey: #454651; $color-dark-grey: #303951;
$color-very-dark-grey: #333; $color-very-dark-grey: #252c3e;
$color-red: #b02e2a; $color-red: #b02e2a;
$code-color: $color-red; $code-color: $color-red;