Fix2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m46s

This commit is contained in:
2026-03-12 00:47:07 +01:00
parent 8099a687fd
commit 4c561738c4
2 changed files with 21 additions and 6 deletions

View File

@@ -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;
}