change font and primary color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user