update code colors and size

This commit is contained in:
Simon Vieille 2023-01-16 20:36:57 +01:00
parent 59d1e4c0fd
commit ed6637f820
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 4 additions and 3 deletions

View File

@ -492,6 +492,7 @@ pre[class*="language-"] {
code {
color: $code-color;
font-size: 1.1em;
}
pre {

View File

@ -3,14 +3,14 @@
$color-white: #fff;
$color-very-light-grey: #e0e0e0;
$color-light-blue: #b9d4e3;
$color-blue: #0269a0;
$color-blue2: #3dacce;
$color-blue: #d46ba3;
$color-blue2: #d4885c;
$color-grey: #ccc;
$color-dark-grey: #303951;
$color-very-dark-grey: #252c3e;
$color-red: #b02e2a;
$code-color: $color-red;
$code-color: $color-blue;
$color-navigation-item-background: darken($color-dark-grey, 8%);
$color-navigation-item-background-active: lighten($color-dark-grey, 10%);