all repos — elgit @ d58151dbb07a5d5dd7eaf6fc9f12566898823a46

fork of legit: web frontend for git, written in go

css: reduce pre font size
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Dec 2022 14:45:22 +0530
commit

d58151dbb07a5d5dd7eaf6fc9f12566898823a46

parent

a64f9d8f14762e341a851d0e211814958e044a64

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -20,6 +20,7 @@ } 
 pre {
   font-family: var(--mono-font);
+  font-size: 0.8rem;
 }
 
 ::selection {