Mark completed roadmap items

This commit is contained in:
thePR0M3TH3AN
2025-07-04 15:51:10 -04:00
parent 7615e8c67a
commit 345a5c74ab
2 changed files with 12 additions and 6 deletions

View File

@@ -579,6 +579,12 @@ footer .social-media a:focus {
color: var(--text-secondary);
}
/* Style for completed roadmap tasks */
.timeline-item .timeline-content ul li.completed {
text-decoration: line-through;
color: var(--text-muted);
}
@media screen and (max-width: 768px) {
.timeline:before {
left: 20px;