We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fa489 commit 9d19f5dCopy full SHA for 9d19f5d
src/App.vue
@@ -83,7 +83,28 @@ html {
83
84
body {
85
font-family: 'Open Sans', sans-serif;
86
+}
87
+
88
+a {
89
+ &:not(.v-list-item, .v-btn, .v-icon, .app-link) {
90
+ color: #bb86fc;
91
92
+ &:hover {
93
+ color: #b39ddb;
94
+ }
95
96
97
98
+.v-theme--light {
99
+ a {
100
101
+ color: #6200ee;
102
103
104
+ color: #3700b3;
105
106
107
108
}
109
110
.v-row {
0 commit comments