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 @@
-