mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Make teal links appear only when the darker background is activated
This way links in producers, about, etc, where the background is white will still appear as orange, as per design
This commit is contained in:
@@ -85,7 +85,11 @@
|
||||
background-color: transparent;
|
||||
|
||||
a {
|
||||
color: $teal-500;
|
||||
color: $orange-500;
|
||||
|
||||
&:hover {
|
||||
color: $orange-600;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -120,6 +124,10 @@
|
||||
|
||||
&.with-darker-background {
|
||||
background-color: $very-light-grey-transparency;
|
||||
|
||||
a {
|
||||
color: $teal-500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user