2023-05-28 17:42:16 +01:00
|
|
|
:root {
|
|
|
|
--brand-color: #EF3939;
|
|
|
|
--brand-color-dark: #9c2525;
|
|
|
|
--background-color: #ffffff;
|
|
|
|
--text-color: #856464;
|
|
|
|
--devider-light-color: #bbb;
|
|
|
|
}
|
|
|
|
|
2023-05-26 18:09:01 +01:00
|
|
|
.light {
|
|
|
|
--fg: #333;
|
2023-05-28 17:42:16 +01:00
|
|
|
--links: #c42f2f;
|
|
|
|
--sidebar-active: var(--links);
|
|
|
|
}
|
|
|
|
|
|
|
|
.coal {
|
|
|
|
--links: #ee6f6f;
|
|
|
|
--sidebar-active: var(--links);
|
2023-05-26 18:09:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pre > code {
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 1.5rem;
|
2023-05-29 01:52:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.meta-data {
|
|
|
|
font-size: 87.5%;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 70px auto;
|
|
|
|
gap: 2rem;
|
|
|
|
align-items: flex-start;
|
|
|
|
margin: 2rem 0 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta-data > div:first-child {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|