Apply specific resets to sidebar and Elementor

This commit is contained in:
Tetrakern 2024-06-13 14:31:10 +02:00
parent f3b20a58c7
commit a436c464d1
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -859,7 +859,7 @@ html:not(.logged-in) body:not(.logged-in) {
}
// Specific style resets
.sidebar {
:is(.sidebar, .elementor) {
:where(ul, ol) {
list-style: initial;
}