Initial import of Hugo site to Forgejo

This commit is contained in:
Iman Alipour 2026-07-28 12:47:20 +00:00
commit cb1ba0317f
1259 changed files with 236349 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.comments-switch button {
padding: .35rem .6rem; border: 1px solid var(--border, #ccc);
background: transparent; border-radius: .5rem; cursor: pointer;
}
.comments-switch button[aria-pressed="true"] {
font-weight: 600; outline: none;
}