/* Theme Name: Revolution Child Theme URI: https://gclgroupglobal.com Description: Child theme for the Revolution theme Author: GCL Group Global Author URI: https://gclgroupglobal.com Template: revolution Version: 1.0 */ /* ------------------- Global Adjustments ------------------- */ body { font-family: 'Inter', sans-serif; } /* ------------------- Logo Adjustments ------------------- */ header img { max-height: 60px; /* ✅ Keeps logo from being too tall */ width: auto; } /* ------------------- Header Spacing ------------------- */ header .max-w-7xl { padding-top: 0.75rem; padding-bottom: 0.75rem; } /* ------------------- Navigation Styling ------------------- */ header nav a { color: #ffffff; font-weight: 500; transition: color 0.3s ease; } header nav a:hover { color: #facc15; /* ✅ Accent yellow hover */ } /* ------------------- Mobile Menu ------------------- */ #mobile-menu { background: #111827; /* darker than black for contrast */ } #mobile-menu a { color: #ffffff; padding: 0.5rem 0; display: block; } /* ------------------- Footer Glow Tweak ------------------- */ #gcl-footer { font-size: 14px; }