10 lines
141 B
SCSS
10 lines
141 B
SCSS
mark {
|
|
background: $oc-green-2 + aa;
|
|
color: inherit;
|
|
}
|
|
.theme-wrapper.dark {
|
|
mark {
|
|
background: #176226;
|
|
color: inherit;
|
|
}
|
|
}
|