Skip to content

Commit 9d19f5d

Browse files
Add link style
1 parent 89fa489 commit 9d19f5d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/App.vue

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,28 @@ html {
8383
8484
body {
8585
font-family: 'Open Sans', sans-serif;
86+
}
87+
88+
a {
89+
&:not(.v-list-item, .v-btn, .v-icon, .app-link) {
90+
color: #bb86fc;
8691
92+
&:hover {
93+
color: #b39ddb;
94+
}
95+
}
96+
}
97+
98+
.v-theme--light {
99+
a {
100+
&:not(.v-list-item, .v-btn, .v-icon, .app-link) {
101+
color: #6200ee;
102+
103+
&:hover {
104+
color: #3700b3;
105+
}
106+
}
107+
}
87108
}
88109
89110
.v-row {

0 commit comments

Comments
 (0)