change font and primary color

This commit is contained in:
2025-12-09 10:54:42 +03:00
parent 7f06d3524d
commit 09906dadd3
9 changed files with 41 additions and 26 deletions

View File

@@ -53,6 +53,16 @@
right: -10px !important;
}
:global(.darkApp) .restaurantHeader path {
fill: none !important;
stroke: #ffffff !important;
}
:global(.darkApp) .logoContainerIcon path {
fill: var(--background) !important;
stroke: var(--background) !important;
}
.timeIcon {
position: relative;
top: 4px;
@@ -121,10 +131,6 @@
margin-left: 200px;
}
:global(.darkApp) .restaurantHeader path {
fill: none !important;
stroke: #ffffff !important;
}
/* Enhanced Dark theme styles */
:global(.darkApp) .itemName {
@@ -477,7 +483,7 @@
}
.restaurantTitle {
font-size: 16px;
font-size: 24px !important;
font-weight: bold;
margin-bottom: 0px !important;
}