swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/css/starsector-dark.frame-font.css
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 16:29:10 -0400
committermain <main@swarm.moe>2026-03-19 16:29:10 -0400
commitf9520c9540d3c85363fefe4354f815931560316d (patch)
tree825c46c374ccd1a5a2e09ce8b5c9dc3be09eaeb9 /css/starsector-dark.frame-font.css
parent7330920c2f41558490fe53cf9253da333f917a90 (diff)
downloaddesign-language-f9520c9540d3c85363fefe4354f815931560316d.zip
Remove gradients from control skin
Diffstat (limited to 'css/starsector-dark.frame-font.css')
-rw-r--r--css/starsector-dark.frame-font.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/starsector-dark.frame-font.css b/css/starsector-dark.frame-font.css
index 9fc5968..0ee6543 100644
--- a/css/starsector-dark.frame-font.css
+++ b/css/starsector-dark.frame-font.css
@@ -86,6 +86,6 @@ tt {
.swarm-frame-header {
border-radius: var(--swarm-frame-radius);
border: var(--swarm-frame-stroke) solid var(--swarm-frame-edge);
- background: linear-gradient(180deg, rgba(0, 104, 128, 0.12), rgba(0, 104, 128, 0.02));
+ background: rgba(7, 19, 27, 0.92);
box-shadow: var(--swarm-frame-shadow-elevated);
}