update css

This commit is contained in:
Simon Vieille 2022-09-11 23:18:54 +02:00
parent 35df357e9a
commit ec8f1d7fca
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 1 deletions

View file

@ -399,6 +399,10 @@ pre[class*="language-"] {
cursor: zoom-in;
}
a > img {
cursor: pointer;
}
a:not(.button), h1, h2, h3, h4, h5, p, ul {
color: $color-body-text;
}

View file

@ -17,7 +17,7 @@ $color-navigation-item-background-active: lighten($color-dark-grey, 10%);
$color-small-menu-background: $color-dark-grey;
$color-wide-menu-background-from: $color-dark-grey;
$color-wide-menu-background-to: darken($color-dark-grey, 5%);
$color-wide-menu-background-to: darken($color-dark-grey, 10%);
$color-header-background-from: $color-blue2;
$color-header-background-to: $color-blue;