diff --git a/src/style/app.module.css b/src/style/app.module.css index ddb4b8b7fb..9f8fc65316 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -1,3 +1,8 @@ +:root { + --high-contrast-text: #494949; + --high-contrast-border: #2c2c2c; +} + .noOutline input { outline: none; } @@ -588,7 +593,7 @@ hr { .cardBody .textBox { margin: 0 0 3rem 0; - color: var(--bs-secondary); + color: var(--high-contrast-text); } .settingsTabs {