From cc703b0274f0b3fe6520be3fde0f0e42f9b4ad3c Mon Sep 17 00:00:00 2001 From: RadoslavL Date: Tue, 17 Oct 2023 10:02:08 +0300 Subject: [PATCH] Removed commented lines --- assets/css/default.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 720b807ca..ef542dc70 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -449,12 +449,10 @@ footer { .light-theme footer a { color: #7c7c7c !important; -/*text-decoration: underline;*/ } .dark-theme footer a { color: #adadad !important; -/*text-decoration: underline;*/ } footer span { @@ -566,7 +564,6 @@ span > select { .no-theme footer a { color: #7c7c7c !important; -/* text-decoration: underline;*/ } .light-theme .pure-menu-heading { @@ -694,7 +691,6 @@ body.dark-theme { .no-theme footer a { color: #adadad !important; - /*text-decoration: underline;*/ } }