From f37d988468d7258c298c90f75a069f622f24988d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 20 May 2024 19:16:20 +0200 Subject: [PATCH] styled api output --- res/forum/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index 624c27b..4f318c9 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -67,4 +67,14 @@ img:hover #left_panel { border-right: 1px solid #3E392F; +} + +.output +{ + font-size: larger; +} + +.output + .output +{ + margin-top: 1.5vh; } \ No newline at end of file