// app global css in SCSS form @import './icons.scss'; a { text-decoration: none; } .link { color: $primary; cursor: pointer; } .link:hover { color: $orange-4; } // Removes chrome autofill background input:-webkit-autofill, select:-webkit-autofill { color: $input-text-color !important; font-family: $typography-font-family; -webkit-text-fill-color: $input-text-color !important; -webkit-background-clip: text !important; background-clip: text !important; } body.body--light { .q-header .q-toolbar { background-color: white; color: #555; } .summary { .header { color: white; } } }