peergos-making-yourself-aud.../build/html/_static/verae.css
George Lambert e60776f43a
Some checks are pending
ci / markdown (push) Waiting to run
Use the verae.com header wordmark on a white background.
The previous PDF put VeraeFullLogo.png on a dark box, which is not
how the mark appears at the top left of verae.com. Flatten the
official wordmark onto white and drop the dark header plate.
2026-09-16 01:01:45 -04:00

46 lines
839 B
CSS

/* Verae branded Sphinx HTML */
body {
font-family: "Source Serif 4", "Georgia", serif;
color: #111;
}
div.document {
padding-top: 0.5em;
}
div.sphinxsidebar h3, div.sphinxsidebar h4 {
color: #5B2C8B;
}
div.body h1, div.body h2, div.body h3 {
color: #5B2C8B;
}
div.related {
background: #1A0A24;
color: #fff;
}
div.related a {
color: #e8d7f5;
}
div.footer {
background: #1A0A24;
color: #e8d7f5;
padding: 1.1em 1.5em;
margin-top: 2em;
}
div.footer a {
color: #d7b8f0;
}
.verae-page-footer {
border-top: 2px solid #5B2C8B;
margin-top: 2.5em;
padding-top: 0.8em;
font-size: 0.9em;
color: #5B2C8B;
}
div.sphinxsidebarwrapper img.logo,
img.logo {
background: #ffffff;
padding: 8px 0;
max-width: 100%;
}
.admonition.important, .admonition.warning, .admonition.note {
border-left: 4px solid #5B2C8B;
}