This commit is contained in:
2022-10-12 21:56:36 +02:00
parent d27e254899
commit 393021fb0e
4 changed files with 30 additions and 5 deletions
+10 -1
View File
@@ -1,7 +1,16 @@
$primaryText: white;
$accentText: gold;
$dimmedText: #ddd;
$primaryBg: #333;
$secondaryBg: #aaa;
$accentBg: #327ea5;
$accentBg: #327ea5;
.text--accent {
color: $accentText;
}
.text--grayed {
color: $dimmedText;
}