mirror of
https://ghfast.top/https://github.com/discourse/discourse-bbcode.git
synced 2026-05-09 19:12:33 +08:00
8 lines
137 B
SCSS
8 lines
137 B
SCSS
.d-editor-preview,
|
|
.cooked {
|
|
span.highlight {
|
|
background-color: var(--bbcode-highlight);
|
|
padding: 2px;
|
|
margin: -2px;
|
|
}
|
|
}
|