Petit
Some checks failed
test / run-tests-client (push) Successful in 21s
test / run-tests-backend (push) Failing after 17s

This commit is contained in:
BinarySandia04 2024-10-19 00:50:55 +02:00
parent 0b33ae6370
commit 89c33d397f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<picture> <picture>
<source class="background" media="(prefers-color-scheme: dark)" srcset="img/background.png"> <source class="background" media="(prefers-color-scheme: dark)" srcset="/img/background.png">
<img class="background" alt="Shows a black logo in light color mode and a white one in dark color mode." src="img/background-light.png"> <img class="background" alt="Shows a black logo in light color mode and a white one in dark color mode." src="/img/background-light.png">
</picture> </picture>
</template> </template>

View File

@ -69,7 +69,7 @@ function ShowMainMenu(){
<picture align="center"> <picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="/img/logo-splash.png"> <source media="(prefers-color-scheme: dark)" srcset="/img/logo-splash.png">
<source media="(prefers-color-scheme: light)" srcset="/img/logo-splash-light.png"> <source media="(prefers-color-scheme: light)" srcset="/img/logo-splash-light.png">
<img alt="Dragonroll logo" src="client/public/img/logo-splash.png" class="splash-image" draggable="false"> <img alt="Dragonroll logo" src="/img/logo-splash.png" class="splash-image" draggable="false">
</picture> </picture>
<form v-on:submit.prevent="login"> <form v-on:submit.prevent="login">