From 816980cf763455c47e0bf04cb26cb874ca5cd69a Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 27 Aug 2020 12:39:40 +0800 Subject: [PATCH] chore: change inline code block background color --- _sass/yat/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {