new colors

This commit is contained in:
2026-02-04 17:00:21 +00:00
parent e3384eaa21
commit 315df38887
2 changed files with 7 additions and 5 deletions

View File

@@ -52,8 +52,8 @@ import Consumption from "@/components/home/Consumption.vue";
height: 297mm;
}
.homeGrid > * {
@apply border-2 border-dotted;
border-color: var(--primary);
@apply border-2 border;
border-color: var(--quaternary);
background-color: var(--bg_primary);
}
@@ -64,7 +64,7 @@ import Consumption from "@/components/home/Consumption.vue";
grid-template-rows: repeat(10, 1fr);
}
@media (max-width: 800px) {
@media (max-width: 850px) {
.homeGrid {
width: 100%;
display: flex;