This commit is contained in:
2026-02-06 09:29:33 +01:00
parent 8ff96d2583
commit 197537e0a5
149 changed files with 0 additions and 15572 deletions

View File

@@ -1,30 +0,0 @@
/* Fixed list styling for system cards */
.what-it-does ul,
.result ul {
list-style: none;
padding: 0;
}
.what-it-does li,
.result li {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 8px;
padding-left: 20px;
position: relative;
}
.what-it-does li::before {
content: '→';
position: absolute;
left: 0;
color: var(--primary-mid);
}
.result li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--accent-green);
font-weight: bold;
}