1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Standardize text color for PRE & CODE blocks

This commit is contained in:
Harvey Kandola 2019-02-28 14:16:51 +00:00
parent fc17ea5225
commit 3fd1d793a3
2 changed files with 5 additions and 2 deletions

View file

@ -32,7 +32,7 @@ green #859900
code[class*="language-"],
pre[class*="language-"] {
color: #657b83; /* base00 */
color: map-get($gray-shades, 800); /* base00 */
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
@ -117,7 +117,7 @@ pre[class*="language-"] {
}
.token.entity {
color: #657b83; /* base00 */
color: $color-black-light-1; /* base00 */
background: #eee8d5; /* base2 */
}