Skip to content

Commit

Permalink
Merge pull request #25 from ratisbona-coding/feat/dark-mode
Browse files Browse the repository at this point in the history
Feat/dark mode
  • Loading branch information
marc101101 authored Nov 9, 2023
2 parents 10acb66 + cd87cb2 commit fa87029
Show file tree
Hide file tree
Showing 26 changed files with 1,749 additions and 131 deletions.
97 changes: 97 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"type": "module",
"dependencies": {
"@macfja/svelte-persistent-store": "^2.4.1",
"@prismicio/client": "^7.2.0",
"@prismicio/svelte": "^1.0.1",
"@sveltejs/svelte-scroller": "^2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Ratisbona Coding e.V.</title>
%sveltekit.head%
</head>
<body>
<body class=" bg-white dark:bg-black">
<div>%sveltekit.body%</div>
<script src="https://unpkg.com/[email protected]/dist/flowbite.js"></script>
</body>
Expand Down
Binary file modified src/lib/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/images/header_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions src/lib/images/rb_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/images/timeline.png
Binary file not shown.
665 changes: 636 additions & 29 deletions src/lib/images/timeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa87029

Please sign in to comment.