File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed
Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 1- /* SEARCH MATCHES */
2- .suggestion-highlight .suggestion-highlight {
3- color : var (--search-match-color );
4- background : none;
5- }
6-
7- body .markdown-rendered .search-highlight > div ,
8- .cm-s-obsidian span .obsidian-search-match-highlight {
9- box-shadow : 0 0 0 2px var (--search-match-color );
10- }
11-
12- body .markdown-rendered .search-highlight > div {
13- opacity : 0.9 ;
14- }
15-
16- body .markdown-rendered .search-highlight > div .is-active {
17- box-shadow : 0 0 0 3px var (--hover-accent );
18- }
19-
20- /* ────────────────────────────────────────────────────────────────────────── */
211/* FOLDS */
222
233.collapse-icon > .svg-icon .svg-icon .svg-icon .svg-icon {
@@ -35,3 +15,9 @@ body .markdown-rendered .search-highlight > div.is-active {
3515body .cm-s-obsidian .is-collapsed ~ .cm-formatting-list {
3616 color : var (--text-faint );
3717}
18+
19+ /* ────────────────────────────────────────────────────────────────────────── */
20+ /* GUTTERS */
21+ .cm-gutters .cm-gutters-before : has ( > .cm-lineNumbers ) {
22+ margin-inline-end : 0.5em ;
23+ }
Original file line number Diff line number Diff line change 1+ /* SEARCH MATCHES */
2+ .suggestion-highlight .suggestion-highlight {
3+ color : var (--search-match-color );
4+ background : none;
5+ }
6+
7+ body .markdown-rendered .search-highlight > div ,
8+ .cm-s-obsidian span .obsidian-search-match-highlight {
9+ box-shadow : 0 0 0 2px var (--search-match-color );
10+ }
11+
12+ body .markdown-rendered .search-highlight > div {
13+ opacity : 0.9 ;
14+ }
15+
16+ body .markdown-rendered .search-highlight > div .is-active {
17+ box-shadow : 0 0 0 3px var (--hover-accent );
18+ }
You can’t perform that action at this time.
0 commit comments