feat(SW-1012): Started implementing restaurant data
This commit is contained in:
committed by
Fredrik Thorsson
parent
05006506f0
commit
63a77b215d
@@ -174,12 +174,14 @@
|
||||
}
|
||||
|
||||
.peach80 *,
|
||||
.peach80 * {
|
||||
.baseTextMediumContrast * {
|
||||
fill: var(--Base-Text-Medium-contrast);
|
||||
}
|
||||
|
||||
.peach80:hover *,
|
||||
.peach80:active * {
|
||||
.peach80:active *,
|
||||
.baseTextMediumContrast:hover *,
|
||||
.baseTextMediumContrast:active * {
|
||||
fill: var(--Base-Text-High-contrast);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user