We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6204a39 commit be2f25bCopy full SHA for be2f25b
2 files changed
src/engine/theme/tools.css
@@ -3,7 +3,7 @@ body.hub-page-tools .hero {
3
}
4
5
body.hub-page-tools .subtitle {
6
- color: var(--theme-muted);
+ color: #ffffff;
7
line-height: var(--line-height-body);
8
9
src/engine/ui/baseLayout.css
@@ -20,7 +20,7 @@ body {
20
z-index: 0;
21
min-height: 100%;
22
font-family: Arial, sans-serif;
23
- color: #333332;
+ color: #ffffff !important;
24
25
26
body::before {
0 commit comments