From 0dc47c5aa78745942ca2c56f0f7f78cae2bc8863 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 17 Apr 2025 18:20:25 +0300 Subject: [PATCH] Remove unused CSS Signed-off-by: XhmikosR --- style/pi-hole.css | 5 ----- style/themes/default-darker.css | 3 --- 2 files changed, 8 deletions(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index 46e05d4c..e95dfdac 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -289,11 +289,6 @@ td.lookatme { text-decoration: underline; } -.strike, -.strike span { - text-decoration: line-through !important; -} - /* These are needed because AdmintLTE 2.x doesn't support Font Awesome 5.x */ .sidebar-menu > li > a > .fab, .sidebar-menu > li > a > .far, diff --git a/style/themes/default-darker.css b/style/themes/default-darker.css index 9eada4f8..03c1b8ef 100644 --- a/style/themes/default-darker.css +++ b/style/themes/default-darker.css @@ -5480,9 +5480,6 @@ link-muted { .chartjs-tooltip.left.center .arrow { border-right-color: rgba(140, 130, 115, 0.8); } -.strike { - text-decoration-color: currentcolor !important; -} .text-underline { text-decoration-color: currentcolor; }