// 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; } --vn-text: #000000; --vn-gray: #f5f5f5; --vn-label: #5f5f5f; --vn-dark: white; } body.body--dark { --vn-text: #ffffff; --vn-gray: #313131; --vn-label: #a8a8a8; --vn-dark: #292929; } .bg-vn-dark { background-color: var(--vn-dark); }