feat: Add estimated reading time

This commit is contained in:
2025-11-15 22:19:05 +01:00
parent 4d39061e29
commit b9aa4b4ed4
5 changed files with 26 additions and 0 deletions

View File

@@ -168,6 +168,10 @@ a:visited {
color: $gray-medium;
}
.ettr {
color: $gray-light;
}
// ARTICLE FORMATTING
time {
margin-right: 1.5em;