1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Change code default color

This commit is contained in:
Shidong Wang 2019-02-13 23:08:42 +08:00
parent dc3cbc9661
commit 78eaef6ea9
2 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,7 @@ section img { max-width: 100%; }
blockquote { border-left: 3px solid #ffcc00; margin: 0; padding: 0 0 0 20px; font-style: italic; }
code { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace; color: #efefef; font-size: 13px; border-radius: 2px; }
code { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace; color: $code-default-color; font-size: 13px; border-radius: 2px; }
pre { padding: 8px 15px; background: #191919; border-radius: 2px; border: 1px solid #121212; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); overflow: auto; overflow-y: hidden; }
pre code { color: #efefef; text-shadow: 0px 1px 0px #000; margin: 0; padding: 0; }

View File

@ -23,3 +23,4 @@ $gitment-comment-color: #a89984;
// wsdjeg commented on Tue Oct 02 2018
$gitment-comment-header-color: #a89984;
$gitment-comment-header-background: #252525;
$code-default-color: #f4bf75