feat: add ci

This commit is contained in:
2024-04-03 16:18:30 +02:00
parent 93baa3b6b0
commit e800314589
13 changed files with 280 additions and 29 deletions

View File

@ -9,16 +9,21 @@ h3 {
font-family: 'Roboto', sans-serif;
}
article h2 {
article>h2 {
font-size: 24px;
margin-top: 20px;
}
article h3 {
article>h3 {
font-size: 20px;
margin-top: 16px;
}
article>p>a,
article a {
color: var(--fill) !important;
}
:root {
--neutral-1000: #000000;
--neutral-800: #16161E;