Skip to content

Commit

Permalink
add dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Jan 25, 2023
1 parent 125c361 commit 9e9b3af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"@popperjs/core": "^2.11.5",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.25",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0-alpha1",
"codemirror": "^5.64.0",
"highlight.js": "^11.x",
"i18next": "^21.5.4",
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/app.blade.php
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="h-100" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html class="h-100" lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="dark">

<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -70,4 +70,4 @@
@stack('scripts')
</body>

</html>
</html>

0 comments on commit 9e9b3af

Please sign in to comment.