mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -23,3 +23,5 @@ $positive: #21ba45;
|
||||
$negative: #c10015;
|
||||
$info: #31ccec;
|
||||
$warning: #f2c037;
|
||||
|
||||
$off-black: #2e3f4e;
|
||||
|
||||
Reference in New Issue
Block a user