Bilibili-Evolved/registry/lib/components/style/custom-font-family/disable-quotation-mark-text-indent.scss

17 lines
341 B
SCSS

$name: 'custom-font-family';
html[#{$name}--options--disable-quotation-mark-text-indent='true']
:is(
p[title^=''],
p[title^=''],
p[title^=''],
h1[title^=''],
h1[title^=''],
h1[title^=''],
h3[title^=''],
h3[title^=''],
h3[title^='']
) {
text-indent: initial !important;
}