diff --git a/new.css b/new.css index 61cc227..88a1ace 100644 --- a/new.css +++ b/new.css @@ -431,7 +431,7 @@ mark { textarea, select, -input { +input:not([type="range"]) { padding: 6px 12px; margin-bottom: .5rem; background: var(--nc-bg-2); @@ -444,4 +444,4 @@ input { img { max-width: 100%; -} \ No newline at end of file +}