Changes

Jump to navigation Jump to search
348 bytes removed ,  21:53, 21 December 2020
no edit summary
Line 672: Line 672:  
}
 
}
   −
/*#bodyContent ul {
+
#bodyContent div.info{
  list-style: none; /* Remove default bullets */
+
  margin: 12px;
 +
  padding: 12px;
 +
  border: 1px solid var(--main-primary-color);
 +
  border-left:5px;
 +
  border-radius:6px;
 +
  color: var(--main-primary-color);
 +
  filter: brightness(0.4);
 +
  background-color: var(--main-primary-color);
 
}
 
}
  −
#bodyContent ul li::before {
  −
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  −
  color: var(--main-primary-color); /* Change the color */
  −
  font-weight: bold; /* If you want it to be bold */
  −
  display: inline-block; /* Needed to add space between the bullet and the text */
  −
  width: 1em; /* Also needed for space (tweak if needed) */
  −
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  −
}
  −
  −
#bodyContent .toc ul{
  −
  list-style: inherate;
  −
}
  −
  −
#bodyContent .toc ul li:before {
  −
  content:none;
  −
}*/
 

Navigation menu