From c58fabfe2a4936d0fc114335a626c0b1c5d2fdf1 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 26 Aug 2025 19:16:50 +0800 Subject: [PATCH] feat: change selected color --- frontend/src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 90995f3..41a317c 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -533,3 +533,8 @@ body { .contextmenu_menu.menu { padding: 5px 0 !important; } + + +.CodeMirror .CodeMirror-selected { + background-color: rgba(62, 162, 223, 0.53) !important; +}