From 1a964a283ff85157966a385c968a4fa46e0096ca Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 16 Mar 2025 03:30:26 -0700 Subject: [PATCH] Replace static hex values w/ css var, style tweaks --- app/css/all.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/css/all.css b/app/css/all.css index 5a7d24fb..7368a65d 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -9,7 +9,7 @@ License: GNU General Public License v3.0 :root { --raspap-content-main: #495057; --raspap-text-muted: #858796; - --raspap-text-light: #7d7e7e; + --raspap-text-light: #999999; --raspap-brand-color: #2b8080; --raspap-offwhite: #faf9f6; } @@ -448,6 +448,10 @@ textarea.plugin-log { z-index: 1; } +.center-device-top { + margin-bottom: 30px; +} + .client-group { display: flex; align-items: center; @@ -491,7 +495,7 @@ textarea.plugin-log { flex-wrap: wrap; gap: 1rem; justify-content: center; - margin: 1rem 0; + margin: 0.8rem 0; } .wifi-bands { @@ -501,11 +505,11 @@ textarea.plugin-log { .band { padding: 0.25rem 1rem; - border: 2px solid #7D7E7E; + border: 2px solid var(--raspap-text-light); border-radius: 4px; background: transparent; font-weight: 600; - color: #7D7E7E; + color: var(--raspap-text-light); } .band.active {