Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

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

feat(extensions): custom style for tangled

+24
+24
extensions/stylus/tangled.org.css
··· 1 + :root { 2 + font-size: 16px; 3 + 4 + --tw-prose-invert-body: #e0e3e9; 5 + } 6 + 7 + .max-w-screen-lg { 8 + max-width: 1100px; 9 + } 10 + 11 + code { 12 + font-family: monospace; 13 + font-size: 14px; 14 + line-height: 1.4em; 15 + } 16 + 17 + section article { 18 + display: block; 19 + max-width: 750px; 20 + margin: 0 auto; 21 + 22 + font-size: 18px; 23 + line-height: 1.85em; 24 + }