dazzle/src/routes/articles/article.css
light7734 d38341c9bc
Some checks failed
continuous-integration/drone/push Build is failing
wip
2025-05-18 21:30:29 +03:30

57 lines
680 B
CSS

* {
color: #ebdbb2;
font-family: 'Inter';
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
strong {
font-weight: 600;
font-style: italic;
color: #fabd2f;
}
strong:hover {
color: #fe8019;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
a {
display: block;
text-decoration: none;
color: #83a598;
}
a:hover {
color: #458588;
}
.katex {
width: max-content;
margin-left: 0;
}
.katex-display {
margin-top: 0;
}