Skip to content

Commit

Permalink
fixed how most of the darkmode looks
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 27, 2024
1 parent d310e4c commit 9c9f349
Show file tree
Hide file tree
Showing 25 changed files with 139 additions and 242 deletions.
4 changes: 2 additions & 2 deletions webclient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<body class="relative">
<noscript>
<div class="mx-auto mt-16 max-w-3xl">
<div class="rounded-sm bg-red-300 p-1.5 text-red-950">
<div class="bg-red-300 rounded-sm p-1.5 text-red-950">
JavaScript is required to use this application, as our main functionality (search bar, map) depends on
this.<br />
We do not think that there is a graceful fallback or any option for progressive enhancement, but are planning
Expand All @@ -74,7 +74,7 @@
</div>
</noscript>
<!-- BEGIN of Vue.js template code -->
<div id="app"></div>
<div id="app" class="bg-zinc-50"></div>
<!-- END of Vue.js template code -->

<script type="module" src="/src/main.ts" defer></script>
Expand Down
1 change: 1 addition & 0 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@vueuse/core": "10.7.2",
"maplibre-gl": "4.0.1",
"markdown-it-prism": "2.3.0",
"nightwind": "^1.1.13",
"pinia": "2.1.7",
"swagger-ui-dist": "5.11.6",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
Expand Down
Loading

0 comments on commit 9c9f349

Please sign in to comment.