dazzle/src/routes/articles/article.css

34 lines
532 B
CSS
Raw Normal View History

2025-04-28 17:23:28 +03:30
* {
color: #ebdbb2;
2025-04-30 18:15:19 +03:30
font-family: 'Inter';
2025-04-28 17:23:28 +03:30
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
2025-04-25 17:13:38 +03:30
}
2025-04-30 18:15:19 +03:30
strong {
font-weight: 600;
font-style: italic;
color: #fabd2f;
2025-04-25 17:13:38 +03:30
}
h1 {
2025-04-30 18:15:19 +03:30
display: block;
2025-04-25 17:13:38 +03:30
font-size: 2em;
2025-04-30 18:15:19 +03:30
margin-top: 0.0em;
margin-bottom: 0.0em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
2025-04-25 17:13:38 +03:30
}
h2 {
2025-04-30 18:15:19 +03:30
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.0em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
2025-04-25 17:13:38 +03:30
}