User:GeigerCounter/common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "@media screen and (min-width: 768px) { .banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form, #mw-mf-page-center .pointer-overlay { width: 100%; max-width: 90%; } .page-heading { width: calc(100% - 330px); } .thumbimage { border-top-right-radius: 20px !important; border-bottom-right-radius: 0px !important; border-top-left-radius: 20px !important;...") |
(Replaced content with "body { background: black; text-color: white; }") Tag: Replaced |
||
| Line 1: | Line 1: | ||
body { | |||
background: black; | |||
text-color: white; | |||
} | } | ||
Revision as of 09:39, 5 December 2023
body {
background: black;
text-color: white;
}