Files
warframe-planner/main.css
2025-11-24 20:02:24 +01:00

12 lines
106 B
CSS

.disabled {
background: #111111;
}
.checked {
background: #227722;
}
.bold {
font-weight: bold;
}