ActivityTrackerWeb/static/style2.css
2025-04-20 11:21:24 +02:00

4 lines
253 B
CSS

body { font-family: sans-serif; margin: 2rem; }
.activity-list { margin-top: 1rem; }
.activity-item { cursor: pointer; padding: 0.5rem; border: 1px solid #ccc; margin-bottom: 0.5rem; }
.activity-item.selected { background-color: #def; }