added filter

This commit is contained in:
2026-01-09 22:13:36 +01:00
parent 461192fcc7
commit 847390cbb8
+2
View File
@@ -276,10 +276,12 @@ data:
.calcom-iframe { .calcom-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(30%) saturate(150%) hue-rotate(220deg) brightness(0.92) contrast(1.05);
} }
.calendar-iframe { .calendar-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(30%) saturate(150%) hue-rotate(220deg) brightness(0.92) contrast(1.05);
} }
# Custom JS # Custom JS