This commit is contained in:
@@ -28,9 +28,19 @@ ul {
|
||||
list-style: none; /* Remove default bullets */
|
||||
}
|
||||
ul > li {padding: 10px 25px} /* Stretching li elements a little so it looks prettier */
|
||||
li {
|
||||
position: relative;
|
||||
}
|
||||
li::before {
|
||||
content: "";
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: #d050ff;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: var(--color-text);
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--color-link);
|
||||
}
|
||||
Reference in New Issue
Block a user