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 74a3e3b commit 32058ffCopy full SHA for 32058ff
_sass/jekyll-theme-cs50.scss
@@ -21,6 +21,12 @@ $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);
29
+
30
// Import Bootstrap
31
@import "bootstrap/scss/bootstrap.scss";
32
_sass/page.scss
@@ -70,7 +70,7 @@ aside .btn[data-bs-toggle=modal]:hover {
70
// Invert colors when not collapsed
71
aside .btn[data-bs-toggle=collapse]:not(.collapsed) {
72
background-color: $body-bg;
73
- color: $link-color;
+ color: $aside-bg;
74
}
75
76
aside hr {
0 commit comments