forked from ruangrupa/lumbung.space
remove transparency from past calendar events
This commit is contained in:
parent
9fe3425d46
commit
b293af9cbe
@ -498,13 +498,14 @@ div.network-source {
|
|||||||
color: royalblue;
|
color: royalblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.calendar.past {
|
/* disabling temporarily since all the events are past events atm */
|
||||||
|
/* .card.calendar.past {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.calendar.past:hover {
|
.card.calendar.past:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.h-event.calendar header {
|
.h-event.calendar header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user