_sass/init.scss in askclass-course-theme-0.13.0 vs _sass/init.scss in askclass-course-theme-0.13.1

- old
+ new

@@ -1,30 +1,6 @@ -$font-main: 'Open Sans', sans-serif; -$font-mono: 'Share Tech Mono', monospace; -$font-special: 'Josefin Sans', sans-serif; -$font-secondary: 'Teko', sans-serif; -$font-tertiary: 'Lexend', sans-serif; +// Overriding custom variables. See: +// https://github.com/beAuthentic/askclass-course-theme/blob/main/_sass/default.scss -$color-primary: white; -$color-secondary: floralwhite; -$color-tertiary: #2cdd88; -$color-bg: #3a3a3a; -$color-fg: ivory; -$color-dark: gray; -$color-link: deeppink; -$color-theme: #ffc100; - -$color-row-odd: #2a2a2a; -$color-row-even: #2f2f2f; - -$color-code-bg: #222; -$color-card-bg: whitesmoke; -$color-card-fg: #444; - -$card-font-size: 16px; - -$content-width: 600px; - -$grid-width: 180px; -$grid-image-height: 180px; - -@import "base"; +// Example, to overwrite default bg/fg colors specified in the file above: +// $color-bg: black; +// $color-fg: white;