feat: Update HTML language, improve SCSS font settings, and enhance Russian translations (#16)

This commit is contained in:
Plynksiy Nikita
2025-06-19 10:09:02 +03:00
committed by GitHub
parent fc7e0595a1
commit 9b2af8794a
4 changed files with 16 additions and 8 deletions
+5
View File
@@ -10,6 +10,11 @@ $primaryColor: #409eff;
--tag-bg-color: #efefef;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.list-body {
margin: 10px 0;
}