From 812cecb9dfbba3787e8951775ff6036b4eff7f86 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 5 Apr 2023 15:29:52 +0200 Subject: [PATCH] style --- style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 101e797..309221a 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,6 @@ main > table { } .vlans { border-spacing: 0; - /*! border-collapse: collapse; */ } .member td, .vlans td { @@ -26,24 +25,23 @@ main > table { min-width: 2em; height: 2em; mix-blend-mode: darken; - padding: 3px; + padding: 2px; } .access, .pvid { - background-color: hsl(var(--pvid) 100% 65%); + background-color: hsl(var(--pvid) 100% 60%); } .trunk { position: relative; font-weight: bold; - border: 5px solid !important; - border-width: 5px !important; + border: 4px solid !important; border-image-slice: 1 !important; border-image-source: linear-gradient(127deg, red, orange, yellow, green, blue, violet) !important; padding: 0; } .hybrid { - background-image: linear-gradient(135deg, hsl(var(--tagged) 100% 65%) 1.6rem, hsl(var(--untagged) 100% 65%) 1.6rem); + background-image: linear-gradient(135deg, hsl(var(--tagged) 100% 60%) 1.6rem, hsl(var(--untagged) 100% 60%) 1.6rem); } .shutdown { background-color: lightgray;