This commit is contained in:
@@ -22,4 +22,15 @@ body {
|
||||
/* OR for standard crisp images */
|
||||
image-rendering: crisp-edges;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none; /* Remove default bullets */
|
||||
}
|
||||
ul > li {padding: 10px 25px} /* Stretching li elements a little so it looks prettier */
|
||||
li::before {
|
||||
content: "";
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: #d050ff;
|
||||
}
|
||||
Reference in New Issue
Block a user