Skip to content

Commit 491f766

Browse files
committed
fix: Instruction on adding custom css
1 parent cdacd3f commit 491f766

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

_sass/_default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$icon-logo: url('/assets/logo-icon.svg') !default;
2-
$icon-logo-size: 50px;
2+
$icon-logo-size: 50px !default;
33
$icon-name: 'Material Symbols Outlined' !default;
44

55
$font-main: 'Open Sans', sans-serif !default;

_sass/init.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// https://github.com/beAuthentic/askclass-course-theme/blob/main/_sass/default.scss
33

44
// Example, to overwrite default bg/fg colors specified in the file above:
5-
// @forward 'default' with ( $color-bg: black );
6-
// @forward 'default' with ( $color-fg: white );
7-
8-
// Make grid boxes the same height (scrollable)
9-
// @forward 'default' with ( $grid-body-height: 260px );
5+
// @forward 'default' with (
6+
// $color-bg: black,
7+
// $color-fg: white,
8+
// $grid-body-height: 260px
9+
// );

0 commit comments

Comments
 (0)