Merge branch 'master' into enhance/mobile-ux-2

This commit is contained in:
Andelf
2022-12-06 12:46:15 +08:00
committed by GitHub
20 changed files with 5393 additions and 277 deletions

View File

@@ -384,14 +384,4 @@ html.is-mobile {
background: var(--ls-primary-background-color);
content: " ";
}
&.highlight {
color: var(--ls-selection-text-color);
border-color: var(--ls-selection-background-color);
&:before {
opacity: 0.5;
background: var(--ls-selection-background-color);
}
}
}