From 832a0c1232f5abd66f5745130c949c401d1a9cc3 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 2 Apr 2025 16:00:47 +0200 Subject: [PATCH] TMI --- style.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 690c147..48a6036 100644 --- a/style.css +++ b/style.css @@ -169,6 +169,19 @@ main { } .trunk:not(.shutdown) { + font-weight: bold; + background-image: linear-gradient( + 127deg, + red, + orange, + yellow, + green, + blue, + violet + ) !important; +} + +/*.trunk:not(.shutdown) { font-weight: bold; border: 4px solid; border-image-slice: 1 !important; @@ -181,9 +194,9 @@ main { blue, violet ) !important; -} +}*/ -.hybrid { +/*.hybrid { --tagged: 0; --untagged: var(--pvid); background-image: linear-gradient( @@ -195,7 +208,7 @@ main { background-size: cover; background-position: center; background-origin: border-box; -} +}*/ .shutdown:not([class*="loopback-detection action shutdown"]) { background-color: lightgray; @@ -214,7 +227,7 @@ main { .voice_vlan::after { content: "📞"; position: absolute; - bottom: -0.5em; + bottom: -0.4em; left: -0.4em; }