css: add span.normal

This commit is contained in:
E. S. 2024-05-11 23:29:46 +00:00
parent 2feee9ab4e
commit df291f55f3

View File

@ -36,6 +36,10 @@ body {
-webkit-user-drag: none;
}
span.normal {
font-weight: normal;
}
.base-width {
max-width: $base-width;
margin: 0 auto;