diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 14:45:22 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 14:45:22 +0530 |
commit | d58151dbb07a5d5dd7eaf6fc9f12566898823a46 (patch) | |
tree | 6ea9682fc625f6d5978a37794d7259f2d26ec329 /static | |
parent | a64f9d8f14762e341a851d0e211814958e044a64 (diff) | |
download | legit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.gz legit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.bz2 legit-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.zip |
css: reduce pre font size
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
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 { |