new colors

This commit is contained in:
2026-02-10 10:19:50 +00:00
parent b92655ab1b
commit a6186344b6
7 changed files with 56 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ setInterval(updateDateTime, 60000);
</script>
<template>
<div class="items-center flex flex-col bg-bg_primary border-primary border">
<div class="items-center flex flex-col">
<h1>{{ time }}</h1>
<h1>{{ weekday }} {{ day }}, {{ month }}</h1>
</div>

View File

@@ -63,9 +63,7 @@ function playFinishedSound() {
</script>
<template>
<div
class="flex flex-col gap-1 items-center border-primary border p-1 bg-bg_primary"
>
<div class="flex flex-col gap-1 p-1 items-center">
<h2 class="items-center">Timer</h2>
<div v-if="finished && paused" class="flex flex-col">
<div class="flex flex-row p-2 place-content-around">