Jump to content

Main Page

From Wikiherald
Revision as of 13:46, 27 July 2025 by Rishav (talk | contribs)

body {

 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
              Roboto, Helvetica, Arial, sans-serif;

}

/* Container */ .mainpage-container {

 max-width: 960px;
 margin: auto;
 padding: 32px;

}

/* Responsive & readable */ .mainpage-container h1, .mainpage-container h2 {

 font-weight: 600;
 margin-top: 1.5em;

}

.mainpage-container ul {

 margin-left: 1.5em;
 line-height: 1.7;

}

/* Support for dark & light mode */ @media (prefers-color-scheme: dark) {

 .mainpage-container {
   background-color: #111;
   color: #f0f0f0;
 }
 .mainpage-container a {
   color: #
Cookies help us deliver our services. By using our services, you agree to our use of cookies.