mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
17 lines
341 B
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;
|
|
}
|