aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-22 14:45:22 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-22 14:45:22 +0530
commitd58151dbb07a5d5dd7eaf6fc9f12566898823a46 (patch)
tree6ea9682fc625f6d5978a37794d7259f2d26ec329 /static
parentcss: set pre font (diff)
downloadlegitrx-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.gz
legitrx-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.tar.zst
legitrx-d58151dbb07a5d5dd7eaf6fc9f12566898823a46.zip
css: reduce pre font size
Diffstat (limited to 'static')
-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 {