mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
Updated CSS for hyperlink color readability issue.
As per the issue - #208
This commit is contained in:
parent
993bd53765
commit
4d2242c7bd
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
.has-wporg-blue-background-color {
|
.has-wporg-blue-background-color {
|
||||||
background-color: $color__wporg-blue;
|
background-color: $color__wporg-blue;
|
||||||
|
|
||||||
|
&.has-wporg-white-color a {
|
||||||
|
color: $color__text-on-dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-wporg-purple-color {
|
.has-wporg-purple-color {
|
||||||
|
|
Loading…
Reference in a new issue