Replies: 1 comment 1 reply
|
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity If you don't want to use |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi everyone, I'm learning how to use Vue and Vuetify, and I'm not being able to overwrite components CSS classes. I was wondering if it's something that I done wrong, like a project configuration.
In the example below I have a
v-app-barand I want to make myv-tabtext color white when active or inactive.https://github.com/strokesws/app-market-vue/blob/dev/src/components/HeaderBanner.vue
I really don't want to use
!importantlike I did for thebackground-color.Sorry if I'm posting this in the wrong place - quite new to GitHub community.
All reactions