From 74aefc98f8abf5ccce6506e835ac4c3461659e52 Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Fri, 29 Oct 2021 10:58:52 +0200 Subject: [PATCH] all active class --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 2a8e457..5b97210 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,10 @@ h1 { background-color: white; } +.tag.active.all { + background: none; +} + ul { padding: 0; }