7336_devToTest #354

Merged
alexm merged 359 commits from 7336_devToTest into test 2024-05-07 06:34:00 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 256461a5bb - Show all commits

View File

@ -33,6 +33,13 @@ const containerClasses = computed(() => {
</template>
<style lang="scss">
:root {
// Cambia los colores del día actual del calendario por los de salix
--calendar-border-current-dark: #84d0e2 2px solid;
--calendar-border-current: #84d0e2 2px solid;
--calendar-current-color-dark: #84d0e2;
}
.main-container-background {
--calendar-current-background-dark: transparent;