Skip to content

Commit be2f25b

Browse files
author
DavidQ
committed
tweek css
1 parent 6204a39 commit be2f25b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/engine/theme/tools.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body.hub-page-tools .hero {
33
}
44

55
body.hub-page-tools .subtitle {
6-
color: var(--theme-muted);
6+
color: #ffffff;
77
line-height: var(--line-height-body);
88
}
99

src/engine/ui/baseLayout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body {
2020
z-index: 0;
2121
min-height: 100%;
2222
font-family: Arial, sans-serif;
23-
color: #333332;
23+
color: #ffffff !important;
2424
}
2525

2626
body::before {

0 commit comments

Comments
 (0)