User:7amithorn/common.css

Explain xkcd: It's 'cause you're dumb.
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โŒ˜-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (โŒ˜-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.skin-theme-clientpref-night .comic-content,
.skin-theme-clientpref-night .disctemp,
.skin-theme-clientpref-night .notice,
.skin-theme-clientpref-night :has(#Latest_comic) + div {
    background-color: var(--background-color-neutral-subtle,#f8f9fa) !important;
    border-color: var(--border-color-base,#a2a9b1);
}

.skin-theme-clientpref-night .notice2 {
    background-color: var(--background-color-destructive-subtle, #ffe9e5) !important;
    border-color: var(--border-color-base,#a2a9b1);
}

.comic-content > tbody > tr:nth-child(1) > td,
.comic-content > tbody > tr:nth-child(3) > td > span {
    color: var(--color-emphasized,#101418);
}