Add periodic event configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user