From 03872b3acb65176da71d376a6b1bbf44cc6fed79 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 26 Aug 2025 19:19:59 +0800 Subject: [PATCH] feat: change selected color --- frontend/src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index e822422..95ed8d9 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -536,3 +536,7 @@ body { .contextmenu_menu.menu { padding: 5px 0 !important; } + +.CodeMirror .CodeMirror-selected { + background-color: rgba(62, 162, 223, 0.53) !important; +}