Changes

Jump to navigation Jump to search
no edit summary
Line 676: Line 676:  
}
 
}
   −
:not(.toc) ul {
+
#bodyContent :not(.toc) ul {
 
   list-style: none; /* Remove default bullets */
 
   list-style: none; /* Remove default bullets */
 
}
 
}
   −
:not(.toc) ul li::before {
+
#bodyContent :not(.toc) ul li::before {
 
   content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
 
   content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
 
   color: var(--main-primary-color); /* Change the color */
 
   color: var(--main-primary-color); /* Change the color */

Navigation menu