Minor tweaks.

This commit is contained in:
Bob Vandevliet 2025-12-17 20:15:49 +01:00
parent 38bde95c5b
commit 32b9b0e152
4 changed files with 19 additions and 9 deletions

View file

@ -99,6 +99,10 @@ main>* {
@extend .pb-3;
}
header {
min-height: 4.5rem;
}
::selection {
@extend .text-dark;
background-color: $red-200;