From 10e44318351debcabc0960e6672d0d409a5f6424 Mon Sep 17 00:00:00 2001 From: Synthird <105394020+Synthird@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:07:31 -0800 Subject: [PATCH] Removed the border around the code block to differentiate it from the textbox --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index f7263dc..690bc8b 100644 --- a/css/main.css +++ b/css/main.css @@ -17,7 +17,7 @@ code, input[type="text"] { background-color: rgb(47, 47, 47); } -button, ::file-selector-button, code, input[type="text"] { +button, ::file-selector-button, input[type="text"] { border: 2px solid rgb(170, 170, 170); }