Skip to content

Commit

Permalink
Merge pull request #36 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff committed Nov 18, 2023
2 parents 5486290 + 1c5ab0c commit aac1f6c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 196 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-version=20.9.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.1
20.9.0
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"rollup": "^3.26.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
Expand Down
90 changes: 0 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 0 additions & 103 deletions rollup.config.js

This file was deleted.

21 changes: 21 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,28 @@ html {
body {
font-family: 'Open Sans', sans-serif;
}
a {
&:not(.v-list-item, .v-btn, .v-icon, .app-link) {
color: #bb86fc;
&:hover {
color: #b39ddb;
}
}
}
.v-theme--light {
a {
&:not(.v-list-item, .v-btn, .v-icon, .app-link) {
color: #6200ee;
&:hover {
color: #3700b3;
}
}
}
}
.v-row {
Expand Down

0 comments on commit aac1f6c

Please sign in to comment.