We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9790473 commit cdd26a3Copy full SHA for cdd26a3
layouts/error.vue
@@ -72,7 +72,7 @@ export default class Error extends Vue {
72
max-width: 700px;
73
h1 {
74
font-size: 100px;
75
- color: var(--theme-color-primary);
+ color: var(--v-primary-base);
76
line-height: 80px;
77
}
78
h2 {
vuetify.options.js
@@ -3,6 +3,9 @@ import colors from 'vuetify/es5/util/colors'
3
export default {
4
theme: {
5
dark: false,
6
+ options: {
7
+ customProperties: true,
8
+ },
9
themes: {
10
light: {
11
primary: '#DD1860',
0 commit comments