From 5192345cf1e9a06f02cc395a3ba13498036e46c8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 5 Mar 2025 11:32:18 +0800 Subject: css: Don't make the arrow so large --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') 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 + * SPDX-FileContributor: luk3yx */ /* 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; } -- cgit v1.2.3