diff options
Diffstat (limited to '_sass/_highlights.scss')
| -rw-r--r-- | _sass/_highlights.scss | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index d7858bd..4e4c6c7 100644 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -9,7 +9,7 @@ div.highlight {  pre.highlight{   max-width: 100%;   line-height: 1.5; - background: #e7e7e7; + background: #d7dadb;  }  code { @@ -27,7 +27,7 @@ code img {  code.language-plaintext {    padding: 0.4px 5px;    padding-bottom: 0; -  background: #e3e6e8; +  background: #d7dadb;    border: 1px solid #e3e6e8;    font-size: 13px;  }  | 
