Skip to content

Commit ab20303

Browse files
Apply dark mode filter to Google Form iframe
1 parent 94338f1 commit ab20303

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,11 @@ body.dark .team-card { background: #111; border-color: #2a2a2a; }
735735
body.dark .team-card:hover { border-color: #fff; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
736736
body.dark .team-card p { color: #888; }
737737

738+
body.dark #contact iframe {
739+
filter: invert(1) hue-rotate(180deg);
740+
border-radius: 8px;
741+
}
742+
738743
body.dark footer { background: #050505; }
739744
body.dark .footer-logo img { filter: invert(0); opacity: 0.5; }
740745

0 commit comments

Comments
 (0)