add latest

This commit is contained in:
2022-09-23 04:04:18 +01:00
parent 6e4e70a360
commit 7c9d93d80d
23 changed files with 175 additions and 137 deletions

View File

@@ -7,5 +7,14 @@
.font-soleil {
font-family: Soleil;
color: #2d3e4f;
color: $off-black;
}
// https://quasar.dev/style/color-palette#adding-your-own-colors
.text-off-black {
color: $off-black !important;
}
.bg-off-black {
background: $off-black !important;
}

View File

@@ -23,3 +23,5 @@ $positive: #21ba45;
$negative: #c10015;
$info: #31ccec;
$warning: #f2c037;
$off-black: #2e3f4e;