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 89cf73f commit b921207Copy full SHA for b921207
src/App.vue
@@ -83,6 +83,28 @@ html {
83
scroll-padding-top: 70px;
84
}
85
86
+a {
87
+ &:not(.v-list-item, .v-btn, .v-icon, .app-link) {
88
+ color: #bb86fc;
89
+
90
+ &:hover {
91
+ color: #b39ddb;
92
+ }
93
94
+}
95
96
+.v-theme--light {
97
+ a {
98
99
+ color: #6200ee;
100
101
102
+ color: #3700b3;
103
104
105
106
107
108
.top-app-bar {
109
z-index: 99 !important;
110
0 commit comments