mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
27 lines
559 B
SCSS
27 lines
559 B
SCSS
$name: 'custom-font-family';
|
||
|
||
html[#{$name}--options--disable-title-punctuation-text-indent='true']
|
||
:is(
|
||
p[title^='「'],
|
||
p[title^='『'],
|
||
p[title^='【'],
|
||
h1[title^='「'],
|
||
h1[title^='『'],
|
||
h1[title^='【'],
|
||
h3[title^='「'],
|
||
h3[title^='『'],
|
||
h3[title^='【'],
|
||
p[title^='~'],
|
||
h3[title^='~'],
|
||
p[title^='《'],
|
||
h3[title^='《'],
|
||
p[title^='“'],
|
||
h3[title^='“'],
|
||
p[title^='~'],
|
||
h3[title^='~'],
|
||
p[title^='《'],
|
||
h3[title^='《']
|
||
) {
|
||
text-indent: initial !important;
|
||
}
|