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...