This commit is contained in:
Владимир Фёдоров 2026-03-26 04:01:21 +07:00
parent 0aac04e9bd
commit 156556c118
3 changed files with 6 additions and 3 deletions

View File

@ -4,10 +4,13 @@ import SchedulePage from './components/SchedulePage.vue';
</script> </script>
<template> <template>
<div> <div class="app">
<SchedulePage></SchedulePage> <SchedulePage></SchedulePage>
</div> </div>
</template> </template>
<style scoped> <style scoped>
.app {
color: #111;
}
</style> </style>

View File

@ -61,7 +61,7 @@
body { body {
min-height: 100vh; min-height: 100vh;
color: var(--color-text); color: var(--color-text);
background: var(--color-background); background: #eee;
transition: transition:
color 0.5s, color 0.5s,
background-color 0.5s; background-color 0.5s;

View File

@ -47,7 +47,7 @@ onMounted(async () => {
<style scoped> <style scoped>
.day-block { .day-block {
border: solid 1px rebeccapurple; border: solid 2px #000058;
margin: 10px 0; margin: 10px 0;
padding: 15px; padding: 15px;
border-radius: 10px; border-radius: 10px;