morning changes

This commit is contained in:
2025-12-15 06:14:07 -08:00
parent 934e134941
commit 7b064eb6da
27 changed files with 127 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
@use '../abstracts' as *
@use 'sass:color' // For color.adjust()non-deprecated color tweaks
body.novaconium
body#controlPanel
// Simplified tab styling: Square borders, no rounds
.tab-container
margin: space('lg') auto

View File

@@ -74,7 +74,7 @@ body.novaconium
display: inline-flex
align-items: center
background: color.adjust($accent-light, $alpha: -0.2)
color: $accent-light
color: #fff
padding: space('xs') space('sm')
border-radius: 4px
font-size: 12px