Skip to content

Commit 0949bbc

Browse files
committed
redefined aside-bg
1 parent 76d43cc commit 0949bbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_sass/jekyll-theme-cs50.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Default font
22
$font-family-sans-serif: "PT Sans" !default;
33

4-
// Crimson links
4+
// Crimson colors
5+
$aside-bg: #a51c30 !default; // Custom variable
56
$link-color: #a51c30 !default;
67
$link-color-dark: #ef9aa4 !default; // Passing lightness of #a51c30 foreground, against #212529 background, per https://webaim.org/resources/contrastchecker/
78
$link-hover-color: $link-color !default;
@@ -21,9 +22,6 @@ $headings-font-weight: bold;
2122
// https://getbootstrap.com/docs/5.3/customize/color-modes/#building-with-sass
2223
$color-mode-type: media-query;
2324

24-
// Custom variable
25-
$aside-bg: $link-color !default;
26-
2725
// Import Bootstrap
2826
@import "bootstrap/scss/bootstrap.scss";
2927

0 commit comments

Comments
 (0)