1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +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

@ -69,6 +69,7 @@
border: 1px solid map-get($yellow-shades, 300);
@include border-radius(3px);
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
color: map-get($gray-shades, 800);
}
pre {
@ -77,6 +78,7 @@
border: 1px solid map-get($yellow-shades, 300);
@include border-radius(3px);
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
color: map-get($gray-shades, 800);
> code {
background-color: transparent;
@ -85,6 +87,7 @@
@include border-radius(0px);
font-size: 1rem;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
color: map-get($gray-shades, 800);
}
}