diff options
Diffstat (limited to '_sass/yat')
-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 { |