Changes

Jump to navigation Jump to search
no edit summary
Line 676: Line 676:  
}
 
}
   −
#bodyContent div:not(.toc) ul {
+
#bodyContent ul {
 
   list-style: none; /* Remove default bullets */
 
   list-style: none; /* Remove default bullets */
 
}
 
}
   −
#bodyContent div:not(.toc) ul li::before {
+
#bodyContent 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 */
Line 687: Line 687:  
   width: 1em; /* Also needed for space (tweak if needed) */
 
   width: 1em; /* Also needed for space (tweak if needed) */
 
   margin-left: -1em; /* Also needed for space (tweak if needed) */
 
   margin-left: -1em; /* Also needed for space (tweak if needed) */
 +
}
 +
 +
#bodyContent .toc ul li:before {
 +
  color: red;
 
}
 
}

Navigation menu