This commit is contained in:
2025-12-08 23:28:36 +08:00
parent 3660d13d7d
commit a9c81c878e
8 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ export function createBaseTheme(colors: ThemeColors): Extension {
},
'.cm-searchMatch-selected': {
backgroundColor: `${colors.searchMatchSelected} !important`,
outline: `2px solid ${colors.searchMatchSelectedOutline}`,
outline: `1px solid ${colors.searchMatchSelectedOutline}`,
borderRadius: '2px',
},