Add counter display for sections on home page

This commit is contained in:
2025-02-19 14:54:37 +00:00
parent f82c35adbd
commit 0321136470
2 changed files with 16 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ code {
font-family: "AdwaitaMono", monospace;
}
.counter {
color: var(--secondary);
font-size: 0.9rem;
}
:root {
--theme: #fafafa;
--entry: #ffffff;