further css tinkering

This commit is contained in:
2026-01-10 09:04:30 +01:00
parent ddb873a2b0
commit 8384ea46c0
+3 -5
View File
@@ -276,17 +276,15 @@ data:
.calcom-iframe { .calcom-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93);
} }
.calendar-iframe { .calendar-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93);
} }
.calcom-iframe iframe, iframe[src*="calendar.google.com"],
.calendar-iframe iframe { iframe[src*="booking.dooplex.hu"] {
filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93); filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93) !important;
border-radius: 8px; border-radius: 8px;
} }