diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-27 12:39:40 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-27 12:42:35 +0800 |
commit | 816980cf763455c47e0bf04cb26cb874ca5cd69a (patch) | |
tree | 1672487f563da3805d0b3e4ccf5f2113925aafa5 /_sass | |
parent | 53b8fa2fc240c949ead7f228f5506877b760d087 (diff) |
chore: change inline code block background color
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/yat/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss index 9c9a871..85e973e 100644 --- a/_sass/yat/_base.scss +++ b/_sass/yat/_base.scss @@ -154,7 +154,7 @@ code { padding: 1px 5px; border-radius: 3px; color: #fff; - background-color: $brand-color; + background-color: #545454; } pre { |