aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-05 11:32:18 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-05 11:32:53 +0800
commit5192345cf1e9a06f02cc395a3ba13498036e46c8 (patch)
tree5f7f61e91a17fe93ba5bccf501ce27381fd27558 /static/style.css
parentcss: Add arrow to diffs in commit view (diff)
downloadforge-5192345cf1e9a06f02cc395a3ba13498036e46c8.tar.gz
forge-5192345cf1e9a06f02cc395a3ba13498036e46c8.tar.zst
forge-5192345cf1e9a06f02cc395a3ba13498036e46c8.zip
css: Don't make the arrow so large
Diffstat (limited to '')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 1d79640..21dfa9b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,6 +1,7 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* SPDX-FileContributor: Runxi Yu <https://runxiyu.org>
+ * SPDX-FileContributor: luk3yx <https://luk3yx.github.io>
*/
/* Base styles and variables */
@@ -239,7 +240,6 @@ pre.chunk {
content: "\25b6";
font-family: sans-serif;
margin-left: auto;
- font-size: 1.75em;
line-height: 100%;
margin-right: 0.25em;
}