mirror of https://github.com/docker/docs.git
improves color contrast of button (#16712)
This commit is contained in:
parent
b95bbd15b5
commit
d23bca8c2b
|
@ -52,6 +52,9 @@ a {
|
||||||
div#side-toc-title {
|
div#side-toc-title {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
.button {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
a:not(.btn):not(.button) {
|
a:not(.btn):not(.button) {
|
||||||
//color: $primary-links-night;
|
//color: $primary-links-night;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue