diff --git a/homepage-system/homepage-orsi.yaml b/homepage-system/homepage-orsi.yaml index 357cd33..6f5ad0d 100644 --- a/homepage-system/homepage-orsi.yaml +++ b/homepage-system/homepage-orsi.yaml @@ -276,17 +276,15 @@ data: .calcom-iframe { height: 600px !important; - filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93); } .calendar-iframe { height: 600px !important; - filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93); } - .calcom-iframe iframe, - .calendar-iframe iframe { - filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93); + iframe[src*="calendar.google.com"], + iframe[src*="booking.dooplex.hu"] { + filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93) !important; border-radius: 8px; }