Skip to content

Commit e28da52

Browse files
committedJun 10, 2023
help
1 parent e25e018 commit e28da52

File tree

4 files changed

+235
-225
lines changed

4 files changed

+235
-225
lines changed
 

‎package-lock.json

+225-217
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"serve": "vite preview"
88
},
99
"devDependencies": {
10-
"vite": "^4.0.4"
10+
"vite": "^4.3.9"
1111
},
1212
"dependencies": {
1313
"@mapbox/mapbox-sdk": "^0.15.1",

‎styles/help.css

+3-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.modal {
21-
font-family: tatethin, sans-serif;
21+
font-family: tateregular, sans-serif;
2222
font-size: 1.1rem;
2323
display: none;
2424
position: fixed;
@@ -54,11 +54,6 @@
5454
text-decoration: none;
5555
cursor: pointer;
5656
}
57-
58-
.openModalButton {
59-
background-color: #f84d4d;
60-
color: #ffffff;
61-
}
6257

6358
.help {
6459
position: absolute;
@@ -71,7 +66,8 @@
7166
.help button {
7267
background-color: #f84d4d;
7368
color: #ffffff;
74-
font: inherit;
69+
font: tateregular;
70+
font-size: inherit;
7571
margin: .5rem 0 0 .5rem;
7672
padding: .4em;
7773
border-radius: 5px;

‎vite.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ export default defineConfig({
1515
},
1616
},
1717
},
18+
/* server: {
19+
fs: {
20+
// Allow serving files without the .html extension
21+
allow: ["."],
22+
},
23+
},*/
1824
})

0 commit comments

Comments
 (0)
Please sign in to comment.