Skip to content

Commit b921207

Browse files
Add link color
1 parent 89cf73f commit b921207

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/App.vue

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,28 @@ html {
8383
scroll-padding-top: 70px;
8484
}
8585
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+
&:not(.v-list-item, .v-btn, .v-icon, .app-link) {
99+
color: #6200ee;
100+
101+
&:hover {
102+
color: #3700b3;
103+
}
104+
}
105+
}
106+
}
107+
86108
.top-app-bar {
87109
z-index: 99 !important;
88110

0 commit comments

Comments
 (0)