Skip to content

Commit

Permalink
Use no-dark-mode version of BulmaCSS
Browse files Browse the repository at this point in the history
While the dark mode works generally, there are various issues with it,
and I don't currently want to spend my time fine-tuning the dark mode.

Note: The bundle is patched to include helpers,
see jgthms/bulma#3736 (comment)
  • Loading branch information
dbrgn committed Mar 31, 2024
1 parent 28371ea commit f6ee928
Show file tree
Hide file tree
Showing 5 changed files with 20,538 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Flugbuech</title>
<link rel="stylesheet" href="%sveltekit.assets%/css/bulma.min.css" />
<link rel="stylesheet" href="%sveltekit.assets%/css/bulma-no-dark-mode.min.css" />
<link rel="stylesheet" href="%sveltekit.assets%/css/flugbuech.css" />
<link rel="stylesheet" href="%sveltekit.assets%/css/fontawesome.min.css" />
<link rel="stylesheet" href="%sveltekit.assets%/css/fontawesome-solid.min.css" />
Expand Down
Loading

0 comments on commit f6ee928

Please sign in to comment.