We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32058ff commit 76d43ccCopy full SHA for 76d43cc
_sass/jekyll-theme-cs50.scss
@@ -21,11 +21,8 @@ $headings-font-weight: bold;
21
// https://getbootstrap.com/docs/5.3/customize/color-modes/#building-with-sass
22
$color-mode-type: media-query;
23
24
-// Custom colors
25
-$custom-colors: (
26
- "aside-bg": $link-color !default;
27
-);
28
-$theme-colors: map-merge($theme-colors, $custom-colors);
+// Custom variable
+$aside-bg: $link-color !default;
29
30
// Import Bootstrap
31
@import "bootstrap/scss/bootstrap.scss";
0 commit comments