Skip to content

Commit 1b675c4

Browse files
committed
UPD: Packages
ADD: Dark mode ability TODO: Implement dark mode
1 parent 42a1521 commit 1b675c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" data-bs-theme="dark">
2+
<html lang="en" data-bs-theme="light">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@popperjs/core": "^2.11.6",
33-
"bootstrap": "^5.2.3",
33+
"bootstrap": "^5.3.0-alpha1",
3434
"bootstrap-icons": "^1.10.3",
3535
"vue": "^3.2.47",
3636
"vue-router": "^4.1.6"

0 commit comments

Comments
 (0)