From 7b3d77112fef9d416cc3de83795d381a3e3f1921 Mon Sep 17 00:00:00 2001 From: Givou Date: Mon, 15 Mar 2021 09:31:49 +0100 Subject: [PATCH] "Powered By WebStatus" redesigned --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 019431b..67b77ba 100644 --- a/css/style.css +++ b/css/style.css @@ -640,3 +640,8 @@ label::after { display: none; visibility: hidden; } + +.underline { + text-decoration: underline; + text-decoration-color: #a6a6a6; +}