🎨 Improved visuals and code of filters

This commit is contained in:
Florian Sylvain
2022-01-08 15:37:24 +01:00
parent 45baf040da
commit 16469d745d
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -203,6 +203,11 @@ header {
background-color: #6dc1e3;
}
.selected {
background-color: #1c6480 !important;
box-shadow: inset #0003 0 0 5px;
}
.slide-in {
animation: slide-in 200ms;
animation-fill-mode: forwards;