Quick fix for svgs with opacity in topics

This commit is contained in:
Konstantinos Triantafyllou 2022-07-04 23:48:11 +03:00
parent eee6993f4d
commit c134dc4367
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 319eff1cc355ffc4148cf20c4ba23e15fbc6a6f6
Subproject commit 141c71c3104bab1382e6008697043ea87e03ea44

View File

@ -48,3 +48,8 @@
#filters_switcher_toggle {
top: 400px !important;
}
/* Quick fix for svgs with a class that makes their opacity: 0.5*/
svg .a {
opacity: 1 !important;
}