mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 21:48:15 +00:00
Poprawki
This commit is contained in:
+10
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user