summaryrefslogtreecommitdiff
path: root/_sass/yat
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-08-27 12:39:40 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-08-27 12:42:35 +0800
commit816980cf763455c47e0bf04cb26cb874ca5cd69a (patch)
tree1672487f563da3805d0b3e4ccf5f2113925aafa5 /_sass/yat
parent53b8fa2fc240c949ead7f228f5506877b760d087 (diff)
chore: change inline code block background color
Diffstat (limited to '_sass/yat')
-rw-r--r--_sass/yat/_base.scss2
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 {