From 62ce5266b7a8e4a2d71316aa9b780981d6093dce Mon Sep 17 00:00:00 2001 From: James Date: Thu, 12 Mar 2026 02:57:53 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20button=20text=20visible=20on=20Steel/Bru?= =?UTF-8?q?talist;=20org=20list=20redesign=20=E2=80=94=20row=20layout,=20s?= =?UTF-8?q?harp=20corners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal/static/app.css | 10 +++++----- portal/templates/app/orgs.html | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/portal/static/app.css b/portal/static/app.css index 5bb67ae..e114f2c 100644 --- a/portal/static/app.css +++ b/portal/static/app.css @@ -110,9 +110,9 @@ html[data-theme="steel"] { --ds-hf: 'DM Sans', sans-serif; } html[data-theme="steel"] * { font-family: 'DM Sans', sans-serif !important; } -html[data-theme="steel"] [class*="text-[#c9a84c]"], -html[data-theme="steel"] [class*="bg-[#c9a84c]"] { color: #3b82f6 !important; } -html[data-theme="steel"] [class*="bg-[#c9a84c]"] { background: #3b82f6 !important; } +html[data-theme="steel"] [class*="text-[#c9a84c]"] { color: #3b82f6 !important; } +html[data-theme="steel"] [class*="bg-[#c9a84c]"] { background: #3b82f6 !important; color: #fff !important; } +html[data-theme="steel"] [class*="border-[#c9a84c]"] { border-color: #3b82f6 !important; } html[data-theme="steel"] .sidebar-link.active { background: rgba(59,130,246,.12) !important; color: #3b82f6 !important; } html[data-theme="steel"] #ds-theme-bar button.active { background: #3b82f6 !important; color: #fff !important; } @@ -134,8 +134,8 @@ html[data-theme="brutalist"] { } html[data-theme="brutalist"] * { font-family: 'Space Mono', monospace !important; } html[data-theme="brutalist"] [class*="text-[#c9a84c]"] { color: #ff6600 !important; } -html[data-theme="brutalist"] [class*="bg-[#c9a84c]"] { background: #ff6600 !important; } -html[data-theme="brutalist"] [class*="border-\[#c9a84c\]"] { border-color: #ff6600 !important; } +html[data-theme="brutalist"] [class*="bg-[#c9a84c]"] { background: #ff6600 !important; color: #fff !important; } +html[data-theme="brutalist"] [class*="border-[#c9a84c]"] { border-color: #ff6600 !important; } html[data-theme="brutalist"] .sidebar-link.active { background: rgba(255,102,0,.1) !important; color: #ff6600 !important; } html[data-theme="brutalist"] #ds-theme-bar button.active { background: #ff6600 !important; color: #fff !important; } header { background: var(--ds-sf) !important; border-color: var(--ds-bd) !important; } diff --git a/portal/templates/app/orgs.html b/portal/templates/app/orgs.html index 859ce18..7a73103 100644 --- a/portal/templates/app/orgs.html +++ b/portal/templates/app/orgs.html @@ -1,5 +1,5 @@ {{define "content"}} -
+

Organizations

@@ -7,7 +7,7 @@
-
+
Loading...