From 7d13cc0b83d950f8ac7eccfd1a82e40c1a9c113f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 7 May 2024 21:16:40 +0200 Subject: [PATCH] login_indicator border radius --- res/index/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/index/style.css b/res/index/style.css index d6211fc..e6a5d7b 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -103,4 +103,5 @@ body border: 1px #3E392F solid; background: #6F7270; + border-radius: 0.3vh 0.3vh; } \ No newline at end of file