Add periodic event configuration

This commit is contained in:
Kiyomichi Kosaka
2025-06-12 20:19:27 +02:00
parent 235a432e1b
commit 7e0833c2b9
4 changed files with 44 additions and 0 deletions
+13
View File
@@ -256,6 +256,19 @@
line-height: 1.4;
}
.event-tag {
display: inline-block;
margin-top: 4px;
padding: 2px 6px;
font-size: 0.75em;
font-weight: 600;
color: #fff;
background: linear-gradient(135deg, rgba(0,255,255,0.25), rgba(255,0,255,0.25));
border: 1px solid rgba(255,255,255,0.2);
border-radius: 4px;
text-shadow: 0 0 6px rgba(0,255,255,0.7);
}
.time-details {
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;