Skip to content

Commit 76d43cc

Browse files
committed
renamed variable
1 parent 32058ff commit 76d43cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_sass/jekyll-theme-cs50.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ $headings-font-weight: bold;
2121
// https://getbootstrap.com/docs/5.3/customize/color-modes/#building-with-sass
2222
$color-mode-type: media-query;
2323

24-
// Custom colors
25-
$custom-colors: (
26-
"aside-bg": $link-color !default;
27-
);
28-
$theme-colors: map-merge($theme-colors, $custom-colors);
24+
// Custom variable
25+
$aside-bg: $link-color !default;
2926

3027
// Import Bootstrap
3128
@import "bootstrap/scss/bootstrap.scss";

0 commit comments

Comments
 (0)