diff --git a/homepage-system/homepage-orsi.yaml b/homepage-system/homepage-orsi.yaml index d7a1704..357cd33 100644 --- a/homepage-system/homepage-orsi.yaml +++ b/homepage-system/homepage-orsi.yaml @@ -265,7 +265,7 @@ data: display: flex !important; align-items: center !important; } - + /* Make the image fill it */ #information-widgets .information-widget-logo img { max-height: 160px !important; @@ -276,10 +276,12 @@ 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, @@ -340,7 +342,7 @@ spec: valueFrom: secretKeyRef: name: homepage-secrets - key: prowlarr-api-key + key: prowlarr-api-key - name: HOMEPAGE_VAR_SONARR_API_KEY valueFrom: secretKeyRef: @@ -502,4 +504,4 @@ spec: - hosts: - orsi.dooplex.hu secretName: homepage-orsi-tls ---- \ No newline at end of file +---