summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-22 14:45:22 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-22 14:45:22 +0530
commitd58151dbb07a5d5dd7eaf6fc9f12566898823a46 (patch)
tree6ea9682fc625f6d5978a37794d7259f2d26ec329
parenta64f9d8f14762e341a851d0e211814958e044a64 (diff)
downloadlegit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.gz
legit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.bz2
legit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.zip
css: reduce pre font size
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index deca77d..b67f183 100644
--- a/static/style.css
+++ b/static/style.css
@@ -20,6 +20,7 @@ html {
pre {
font-family: var(--mono-font);
+ font-size: 0.8rem;
}
::selection {