Allow appearance switcher to be placed in menus

This commit is contained in:
James Panther
2023-01-17 12:58:04 +11:00
parent 9b338b6b65
commit 28a187895f
12 changed files with 218 additions and 32 deletions
+4
View File
@@ -2717,6 +2717,10 @@ body:has(#menu-controller:checked) {
text-align: left;
}
.dark .dark\:inline {
display: inline;
}
.dark .dark\:flex {
display: flex;
}