Differences From Artifact [93d10aa392]:
- File skins/darkmode/css.txt — part of check-in [eb8af11bf3] at 2021-02-10 01:38:29 on branch trunk — More CSS tweaks to darkmode. Add the hamburger menu to the khaki skin. Minor styling tweak to plain_gray. (user: drh size: 11799)
To Artifact [7bff30c42a]:
- File skins/darkmode/css.txt — part of check-in [39ce70a11a] at 2021-02-10 12:15:41 on branch trunk — ardoise skin: updated security audit table colors. darkmode skin: added .wideonly/.desktoponly. (user: stephan size: 12050)
| ︙ | |||
554 555 556 557 558 559 560 | 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 | + + + + + + + + + + + + + |
color: rgba(24,24,24,0.8);
}
body.forum .forumPostBody > div blockquote {
border: 1px inset;
padding: 0 0.5em;
}
@media screen and (max-width: 600px) {
/* Spacing for mobile */
.desktoponly {
display: none;
}
}
@media screen and (max-width: 1200px) {
/* Special declarations for narrow desktop or wide mobile */
.wideonly {
display: none;
}
}
|