From 9d73e5eeca1b99fa7452eaad8d74573a9e3c00b0 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 19 Jul 2020 14:05:27 +0300 Subject: [PATCH] Remove .hidden classes from categoryLists --- html_resources/main.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html_resources/main.css b/html_resources/main.css index 60fc9b3..b10c632 100644 --- a/html_resources/main.css +++ b/html_resources/main.css @@ -11,7 +11,7 @@ body{background-color: rgb(60,50,70); color: silver; margin: 0px } min-width: 18ch } -.categoryList[blurred]{ +.categoryList.blurred{ background-color: rgb(20,20,30); opacity: 0.5; margin-inline-end: -13ch; @@ -75,7 +75,7 @@ pre{ background-color: rgb(40,50,50) } -.categoryList:not([blurred])+.categoryList, +.categoryList:not(.blurred)+.categoryList, .hidden{ display: none !important } .target{ display: flex; justify-content: space-between } \ No newline at end of file diff --git a/index.html b/index.html index cbd23db..d8e600d 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-