62 lines
1.4 KiB
CSS
62 lines
1.4 KiB
CSS
|
:root {
|
||
|
--primary-color: #255a0e;
|
||
|
--primary-text-color: #060f02;
|
||
|
--primary-link-color: #3F9718;
|
||
|
--secondary-color: #f1f7ee;
|
||
|
--secondary-text-color: #060f02;
|
||
|
--secondary-title-color: #3F9718;
|
||
|
--toc-highlight-text-color: #3F9718;
|
||
|
}
|
||
|
.hero,header {
|
||
|
--primary-text-color: #d8ead0;
|
||
|
--primary-link-color: #a8baa0;
|
||
|
}
|
||
|
.hero a {
|
||
|
color: var(--primary-link-color)
|
||
|
}
|
||
|
.hero a:visited {
|
||
|
color: var(--primary-text-color);
|
||
|
}
|
||
|
.hero a:hover {
|
||
|
text-decoration: underline;
|
||
|
color: var(--primary-text-color);
|
||
|
}
|
||
|
header .nav-item:hover {
|
||
|
text-decoration: underline;
|
||
|
color: var(--primary-text-color);
|
||
|
}
|
||
|
.logo img {
|
||
|
width: 41px;
|
||
|
}
|
||
|
.hero .text-center .heading-text {
|
||
|
font-family: "Alfa Slab One", serif;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Fira Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: url(/fonts/va9E4kDNxMZdWfMOD5Vvl4jO.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Fira Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
font-display: swap;
|
||
|
src: url(/fonts/va9B4kDNxMZdWfMOD5VnZKveRhf_.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Fira Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
font-display: swap;
|
||
|
src: url(/fonts/va9B4kDNxMZdWfMOD5VnSKzeRhf_.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Alfa Slab One';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: url(/fonts/6NUQ8FmMKwSEKjnm5-4v-4Jh2dJhfg.ttf) format('truetype');
|
||
|
}
|