Update code block color of documentation (#8180)

This commit is contained in:
TomWildenhain-Microsoft 2021-06-28 18:13:44 -07:00 committed by GitHub
parent cebfed27c8
commit 90cb613445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,13 @@
$link-color: $blue-000;
$btn-primary-color: $blue-000;
// Code is too light in default theme //
.highlight .n {
color: #555 !important;
}
.highlight .nn {
color: #555 !important;
}
.highlight .c1 {
color: #188616 !important;
}