mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 13:38:14 +00:00
17 lines
201 B
SCSS
17 lines
201 B
SCSS
$primaryText: white;
|
|
$accentText: gold;
|
|
$dimmedText: #ddd;
|
|
|
|
$primaryBg: #333;
|
|
$secondaryBg: #aaa;
|
|
|
|
$accentBg: #327ea5;
|
|
|
|
.text--accent {
|
|
color: $accentText;
|
|
}
|
|
|
|
.text--grayed {
|
|
color: $dimmedText;
|
|
}
|