mirror of https://github.com/docker/docs.git
Update the dark-mode font to white
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
df661019a6
commit
63e9e09a9e
|
|
@ -2,7 +2,7 @@
|
|||
body.night & {
|
||||
background-color: change-color($orange-10, $alpha: 0.3);
|
||||
border: 1px solid $orange-10;
|
||||
p, .docker-upgrade-cta__heading { color: $orange-10; }
|
||||
p, .docker-upgrade-cta__heading { color: $white-0; }
|
||||
}
|
||||
|
||||
body:not(.night) & {
|
||||
|
|
|
|||
Loading…
Reference in New Issue