ActivityTrackerWeb/static/style2.css

5 lines
253 B
CSS
Raw Normal View History

2025-04-20 11:21:24 +02:00
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; }