mirror of
https://github.com/rivea0/obsidian-match-syntax.git
synced 2026-07-22 05:46:49 +00:00
11 lines
178 B
CSS
11 lines
178 B
CSS
.match-syntax-highlight-text {
|
|
background-color: var(--text-highlight-bg);
|
|
}
|
|
|
|
.match-syntax-input-setting {
|
|
display: block;
|
|
}
|
|
|
|
.match-syntax-input-element {
|
|
width: 100%;
|
|
}
|