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 { code {
color: $code-color; color: $code-color;
font-size: 1.1em;
} }
pre { pre {

View file

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