forked from rDrama/rDrama
1
0
Fork 0

fix upside-down award (same cpu usage as using body)

master
Aevann 2023-10-12 22:15:49 +03:00
parent c63f8956b4
commit f8f4cc4d90
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ body {
overflow-x: hidden;
}
#post-root, .comment, .modal, .comment-box-wrapper, .comments-count, #desktop-sidebar, nav, #banner-homoween-svg {
.post-meta, #post-title, #post-body, .card-header, .comment-box-wrapper, .comments-count, #desktop-sidebar, nav, #banner-homoween-svg, .user-info, .comment-text, .modal, .dropdown-menu.show {
filter: sepia(100%) hue-rotate(180deg) saturate(300%);
}