Skip to content

Commit aac1f6c

Browse files
Merge pull request #36 from webdevnerdstuff/dev
Dev
2 parents 5486290 + 1c5ab0c commit aac1f6c

File tree

6 files changed

+23
-196
lines changed

6 files changed

+23
-196
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node-version=20.9.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.1
1+
20.9.0

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
"postcss-scss": "^4.0.9",
110110
"prettier": "^3.0.3",
111111
"rollup": "^3.26.3",
112-
"rollup-plugin-copy": "^3.5.0",
113-
"rollup-plugin-polyfill-node": "^0.12.0",
114112
"rollup-plugin-postcss": "^4.0.2",
115113
"rollup-plugin-scss": "^4.0.0",
116114
"rollup-plugin-typescript2": "^0.36.0",

pnpm-lock.yaml

Lines changed: 0 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.config.js

Lines changed: 0 additions & 103 deletions
This file was deleted.

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)