web frontend for git repositories, written in Go git.pocka.jp/legit.git
3

Configure Feed

Select the types of activity you want to include in your feed.

Set default tab width for <body>

I'm going to make tab width user selectable. This is both as a temporary
solution and as a default value.

Shota FUJI (Mar 18, 2025, 8:02 PM +0900) 41a17d94 d8ad037b

+1
+1
static/global.css
··· 92 92 margin: 0; 93 93 width: 100vw; 94 94 min-height: 100dvh; 95 + tab-size: 4; 95 96 96 97 background-color: var(--color-bg); 97 98 color: var(--color-fg);