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; }