Skip to content

Commit

Permalink
fix light mode code bg and no md checklists
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 20, 2024
1 parent d6deb23 commit 4618586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ callouts:
color: yellow
important:
title: Important
color: blue
color: "blue"
new:
title: New
color: green
Expand Down
2 changes: 2 additions & 0 deletions _sass/color_schemes/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ $search-result-preview-color: $grey-dk-000 !default;

// Minimum lightness on white.
$body-lighter-color: $grey-dk-100;

$code-background-color: #fefefe;
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This website is built using [Jekyll][jekyll] and deployed to [GitHub Pages][gh_p

## Tasks for each semester:

- [ ] Make a new respository.
- Make a new respository.
- Start by clicking "Use Template" on berkeley-class-site"
- It is easiest to name it the semester shortcut, like `fa24`, i.e. the `baseurl` of your website.
- [ ] Search the repo for `TODO(setup)`
- [ ] Copy files from previous semester.
- [ ] More to come.
- Search the repo for `TODO(setup)`
- Copy files from previous semester.
- More to come.

0 comments on commit 4618586

Please sign in to comment.