a:focus { color: {$aari_theme_color}; } .nav-collapse ul li.dropdown ul li.active > a { color: {$aari_theme_color}; } .nav-collapse ul li.dropdown ul li > a:hover { color: {$aari_theme_color}; } .nav-collapse ul li.dropdown ul li > a:focus { color: {$aari_theme_color}; } .dropdown-item.active, .dropdown-item:active { color:{$aari_theme_color} !important; } a { color: {$aari_theme_color}; } .format-quote blockquote { border-left: 2px solid {$aari_theme_color}; } button:active, button:focus, input[type='button']:active, input[type='button']:focus, input[type='reset']:active, input[type='reset']:focus, input[type='submit']:active, input[type='submit']:focus { border: 1px dashed {$aari_theme_color}; } input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, textarea:focus { border: 1px dashed {$aari_theme_color}; } .screen-reader-text:focus { background-color:{$aari_theme_color}; border: 1px solid {$aari_theme_color}; } .navbar-brand:focus { border: 1px dashed {$aari_theme_color}; } .header-overlay .navbar a.navbar-brand:focus > img { border: 1px dashed {$aari_theme_color}; } .wp-block-button__link { background-color: {$aari_theme_color}; } .wp-block-file .wp-block-file__button { background: {$aari_theme_color}; } "; return $aari_style; }