Created
December 19, 2024 17:52
-
-
Save YeesterPlus/f96056dedc900311144b2b6a9f3696ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix("https://admin192a.acellus.com/student/0/work/") { | |
html {filter: invert(100%) hue-rotate(180deg) ;} | |
img {filter: invert(100%) hue-rotate(180deg) !important;} | |
video {filter: invert(100%) hue-rotate(180deg)!important;} | |
div .z-50 .fixed .inset-0 .pointer-events-none{ | |
filter: none!important; | |
} | |
.min-h-screen{filter: invert(100%) hue-rotate(180deg) !important;} | |
#work_body{filter: invert(100%) hue-rotate(180deg) !important;} | |
.w-full { | |
filter: none!important; | |
} | |
} | |
@-moz-document url-prefix("https://admin192a.acellus.com/student/0/") { | |
html {filter: invert(100%) hue-rotate(180deg) ;} | |
img {filter: invert(100%) hue-rotate(180deg) !important;} | |
video {filter: invert(100%) hue-rotate(180deg)!important;} | |
div .z-50 .fixed .inset-0 .pointer-events-none{ | |
filter: none!important; | |
} | |
.w-full { | |
filter: none!important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment