Commit 03c574eb authored by Administrator's avatar Administrator 💬

style(css): pimp headers a little

parent e56b0c34
Pipeline #18780 failed with stage
/** General Theme **/ /** General Theme **/
:root {
--h1-background-color: #52bbf5;
--h1-text-color: #ffffff;
--h2-background-color: #ccffff;
--h2-text-color: #0e9fe7;
}
h1 {
background-color: var(--h1-background-color);
color: var(--h1-text-color);
padding: 1.0em 0.5em;
}
h2 {
background-color: var(--h2-background-color);
color: var(--h2-text-color);
padding: 0.7em 0.5em;
}
strong { strong {
color: #ac4901; color: #ac4901;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment