♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

feat(css): Proportional line-height to font-size scaling

Fuwn 0d0c65cd a3442e8d

+1 -1
+1 -1
default.css
··· 18 18 color: var(--fg); 19 19 font-family: var(--font-monospace); 20 20 font-size: var(--font-size); 21 - line-height: 1rem; 21 + line-height: math(1rem / var(--font-size)); 22 22 } 23 23 24 24 h1,