From 6c663dbec20b11fd04aa6dd2a86ddbf448dd8593 Mon Sep 17 00:00:00 2001 From: Devender Singh Date: Fri, 6 Dec 2024 04:57:39 +0530 Subject: [PATCH] refactored: CSS files in src/screens/OrgSettings(fixes: #2523) --- src/style/app.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/app.module.css b/src/style/app.module.css index 87e50a759b..fc8a389145 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -239,7 +239,7 @@ .editButton { background-color: var(--search-button-bg); border-color: var(--search-button-border); - color: #555555; + color: var(--high-contrast-text); margin-left: 2; } @@ -247,7 +247,7 @@ margin-bottom: 10px; background-color: var(--search-button-bg); border-color: var(--grey-bg-color); - color: #555555; + color: var(--high-contrast-text); } .addButton:hover { @@ -448,7 +448,7 @@ hr { flex-direction: row; font-weight: 900; font-size: 16px; - color: rgb(80, 80, 80); + color: var(--high-contrast-text); } .rankings {