add DarkMode with Button #51

Merged
jakob.scheid merged 7 commits from feature/dark-mode into main 2026-05-15 12:47:26 +02:00
Showing only changes of commit d24e11b466 - Show all commits
+4 -1
View File
@@ -13,7 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<script setup>
import { inject } from 'vue';
const isDark = inject('isDark');
</script>
<template> <template>
<nav class="global-nav"> <nav class="global-nav">
<RouterLink to="/" class="link button link"> <RouterLink to="/" class="link button link">