From 75d16a5e415d31f89cf7ac9dd64f4335349c2b25 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 2 Apr 2025 01:23:45 +0200 Subject: [PATCH] text-shadow --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 17217c4..49970c6 100644 --- a/style.css +++ b/style.css @@ -174,7 +174,7 @@ td { .vlan { --pvid: 0; color: #ecf0f1; - text-shadow: 0 1px 3px black; + text-shadow: 0 1px 2px black; background-color: hsl( calc(var(--hue) * var(--pvid)) var(--saturation) var(--lightness) );