/* Genel Arka Plan ve Yazı Renkleri */ body { background-color: #1a1a1a !important; /* Koyu arka plan */ color: #eaeaea !important; /* Açık yazı rengi */ } /* Genel Buton Stilleri */ .gr-button { border: 2px solid #ff6f61 !important; /* Turuncu kenarlık */ background-color: #2d2d2d !important; /* Koyu buton rengi */ color: white !important; /* Beyaz yazı rengi */ transition: all 0.3s ease; /* Hover geçiş efekti */ } /* Hover Efektleri */ .gr-button:hover { background-color: #ff6f61 !important; /* Turuncu arka plan */ color: black !important; /* Siyah yazı */ } /* Slider Renkleri */ .gr-slider .gr-slider-label { color: #eaeaea !important; /* Açık renkli etiketler */ } /* Accordion Başlıkları */ .gr-accordion-label { color: #ff6f61 !important; /* Turuncu başlık rengi */ } /* Video Çıkış Alanı */ .gr-video { border: 2px solid #ff6f61 !important; /* Turuncu kenarlık */ border-radius: 5px; /* Hafif yuvarlatılmış köşeler */ } /* Image Alanları */ .gr-image { border: 2px solid #ff6f61 !important; /* Turuncu kenarlık */ border-radius: 5px; /* Yuvarlatılmış köşeler */ } /* Accordion İçerikleri */ .gr-accordion-content { background-color: #2d2d2d !important; /* Koyu içerik arka planı */ }