Updated CSS for hyperlink color readability issue.

As per the issue - #208
This commit is contained in:
tahmid-ul 2022-08-11 01:06:08 +06:00
parent 993bd53765
commit 4d2242c7bd

View file

@ -4,6 +4,10 @@
.has-wporg-blue-background-color {
background-color: $color__wporg-blue;
&.has-wporg-white-color a {
color: $color__text-on-dark;
}
}
.has-wporg-purple-color {