Merge remote-tracking branch 'origin/main' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-08-04 03:34:34 +02:00
commit 7e387e1d52
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
6 changed files with 194 additions and 4 deletions

View file

@ -55,7 +55,10 @@ function contextMenuHandler(e: MouseEvent) {
</script>
<style>
html,
html {
background-color: #1f1e1d;
}
body {
font-family: var(--preferred-font), Arial, Helvetica, sans-serif;
box-sizing: border-box;