Jump to content

User:Project Herzl/common.css: Difference between revisions

From Project Herzl
Project Herzl (talk | contribs)
test without again
Tag: Reverted
Project Herzl (talk | contribs)
No edit summary
Tags: Manual revert Reverted
Line 4: Line 4:
}
}


/* Ensure main content also inherits the color */
/* Article content text color */
#mw-content-text,
#mw-content-text,
.mw-parser-output,
.mw-parser-output,
.mw-body-content,
.mw-body-content {
.mw-body,
#content,
div,
span,
p,
li,
td,
th,
h1, h2, h3, h4, h5, h6,
a {
   color: #212180;
   color: #212180;
}
}

Revision as of 10:53, 4 August 2025

/* CSS placed here will be applied to all skins */
body {
  font-family: "Times New Roman", Times, serif;
}

/* Article content text color */
#mw-content-text,
.mw-parser-output,
.mw-body-content {
  color: #212180;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.