diff --git a/src/_theme.scss b/src/_theme.scss index 95f01d1..375fa16 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -154,6 +154,7 @@ $lvl3: if($isDark, $base, $crust); --color-orange-badge-bg: #{$lvl1}; --color-orange-badge-hover-bg: #{ctx_lighten($peach, 5%)}; --color-git: #{$peach}; + --color-highlight-bg: #{color.change($yellow, $alpha: 0.15)}; /* target-based colors */ --color-body: #{$lvl1};