💄 Updates colors

This commit is contained in:
Alicia Sykes 2021-08-23 23:09:18 +01:00
parent 123ca9f74e
commit 926c71d630
2 changed files with 24 additions and 0 deletions

View File

@ -26,6 +26,8 @@ html { /* Light Theme */
--kinda-transparent: #ffffffd9;
--hyperlink: #ff62ce;
--feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%);
--footer-color: var(--white);
--footer-text-color: var(--black);
}
html[data-theme='dark'] { /* Dark Theme */
@ -36,4 +38,22 @@ html[data-theme='dark'] { /* Dark Theme */
--kinda-transparent: #000000d9;
--hyperlink: #ff62ce;
--feature-img-shadow: 4px 4px 6px #00000080, -2px -2px 4px rgb(0 0 0 / 40%);
--footer-color: var(--black);
}
.footer {
box-shadow: var(--feature-img-shadow);
--ifm-footer-background-color: var(--footer-color);
--ifm-footer-color: var(--footer-text-color);
--ifm-footer-link-color: var(--footer-text-color);
--ifm-footer-title-color: var(--footer-text-color);
--ifm-footer-link-hover-color: var(--primary);
--ifm-link-color: var(--footer-text-color);
--ifm-link-hover-color: var(--primary);
.footer__copyright, .footer__copyright a {
font-size: 0.9rem;
font-weight: bold;
opacity: 0.9;
font-family: 'Roboto Mono', monospace;
}
}

View File

@ -52,6 +52,10 @@ p a, li a {
}
}
h1, h2, h3, h4, h5 {
cursor: default;
}
article div.markdown {
p, a, ol, ul, li, code span {
font-size: 1rem;