changes " to ' in uppcss files to work around bug in pp

This commit is contained in:
2026-06-02 18:12:29 +01:00
parent 94e5dfd091
commit a304b1f744
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ dd {
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
ul[role='list'],
ol[role='list'] {
list-style: none;
}