Add css and different colors for dates in the future

This commit is contained in:
finga 2024-05-02 23:24:07 +02:00
parent edfc102710
commit 268ac8eed3
9 changed files with 84 additions and 36 deletions

12
srug.scss Normal file
View file

@ -0,0 +1,12 @@
@charset "utf-8";
@import "vendor/bulma/bulma.scss";
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrapper {
flex: 1;
}