Some checks failed
requirements / merge-conditions (pull_request) Has been cancelled
testing / backend-checks (pull_request) Has been cancelled
testing / frontend-checks (pull_request) Has been cancelled
issue-labels / backporting (pull_request_target) Has been cancelled
milestone / set (pull_request_target) Has been cancelled
testing / test-unit (pull_request) Has been cancelled
testing / test-e2e (pull_request) Has been cancelled
testing / test-remote-cacher (redis) (pull_request) Has been cancelled
testing / test-remote-cacher (valkey) (pull_request) Has been cancelled
testing / test-remote-cacher (garnet) (pull_request) Has been cancelled
testing / test-remote-cacher (redict) (pull_request) Has been cancelled
testing / test-mysql (pull_request) Has been cancelled
testing / test-pgsql (pull_request) Has been cancelled
testing / test-sqlite (pull_request) Has been cancelled
testing / security-check (pull_request) Has been cancelled
23 lines
No EOL
648 B
CSS
23 lines
No EOL
648 B
CSS
.markup [src$="#gh-light-mode-only"],
|
|
.markup [src$="#light-mode-only"],
|
|
.markup [href$="#gh-light-mode-only"],
|
|
.markup [href$="#light-mode-only"] {
|
|
display: none;
|
|
}
|
|
|
|
.markup [src$="#gh-dark-mode-only"],
|
|
.markup [src$="#dark-mode-only"],
|
|
.markup [href$="#gh-dark-mode-only"],
|
|
.markup [href$="#dark-mode-only"] {
|
|
display: unset;
|
|
}
|
|
|
|
/*
|
|
The reason we're doing this here, is because dark templates always use this file, and there's no other way to detect dark theme.
|
|
Third party templates may not, but this isn't that big, since you can't change the theme logged out.
|
|
*/
|
|
|
|
.captcha-img {
|
|
filter: invert();
|
|
/* optionally contrast filter? */
|
|
} |