Revert "Update jekyll"

This reverts commit de8824f7d4.

We have to wait for an update of docker/jekyll/jekyll.
This commit is contained in:
T
2026-02-03 13:58:26 +01:00
parent afac36f7d1
commit 68384f47ee
3 changed files with 27 additions and 38 deletions

5
css/main.scss Normal file → Executable file
View File

@@ -4,7 +4,6 @@
@charset "utf-8";
@use 'sass:color';
// Our variables
$base-font-family: 'Share Tech', sans-serif;
@@ -19,8 +18,8 @@ $background-color: #d2d4bc;
$brand-color: #2a7ae2;
$grey-color: #828282;
$grey-color-light: color.adjust($grey-color, $lightness: 40%, $space: hsl);
$grey-color-dark: color.adjust($grey-color, $lightness: -25%, $space: hsl);
$grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
$on-palm: 600px;
$on-laptop: 800px;