remove quotes for css variable in selection css (#10494)

This commit is contained in:
Azri Kahar
2021-12-14 17:28:51 +08:00
committed by GitHub
parent f457611a20
commit 7cf6300d77

View File

@@ -108,7 +108,7 @@ strong {
}
::selection {
background: var('--background-normal-alt');
background: var(--background-normal-alt);
}
dl > div {