all repos

mugit @ 3362e0d7ec24a2e5134c3e444abb50faefcf98d5

๐Ÿฎ git server that your cow will love
1 files changed, 2 insertions(+), 0 deletions(-)
ui: display size as 4 spaces
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-10 01:39:54 +0200
Authored at: 2026-02-09 23:48:49 +0200
Change ID: ktplqyxrquxsxwurlkqkxlrqptszyrnw
Parent: 2fc36fc
M web/static/style.css
ยทยทยท
        67
        67
         pre {

      
        68
        68
           font-family: var(--mono-font);

      
        69
        69
           overflow-x: auto;

      
        
        70
        +  tab-size: 4;

      
        
        71
        +  -moz-tab-size: 4;

      
        70
        72
         }

      
        71
        73
         

      
        72
        74
         main, footer {