Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _sass/color_schemes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ $border-color: $grey-dk-200;

// Override dark-mode variables here
$berkeley-blue: #002676; // rgb(0, 38, 118);
$grey-dk-400: #0C0A0E !default;
$grey-dk-400: #141414 !default;
$body-background-color: $grey-dk-400;
$sidebar-color: $grey-dk-400;
$search-background-color: $grey-dk-400;
$body-text-color: $white;
$body-lighter-color: darken($body-text-color, 20%);

$link-color: #406FFE;
$link-color: #6ea3ff;
$hover-focus-link-color: darken($link-color, 10%);

// TODO(template): We need to figure out a much better solution!
Expand Down
3 changes: 2 additions & 1 deletion _sass/color_schemes/dark_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

p.important-title > p:first-child,
blockquote.important-title > p:first-child {
color: #8975FF;
color: #9f8eff;
// background: rgba($blue-000, 0.2)
}

table td, table th {
Expand Down
8 changes: 4 additions & 4 deletions home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ seo:

Just the Class is a GitHub Pages template developed for the purpose of quickly deploying course websites. In addition to serving plain web pages and files, it provides a boilerplate for:

- [announcements](announcements.md),
- a [course calendar](calendar.md),
- a [staff](staff.md) page,
- and a weekly [schedule](schedule.md).
- [announcements](announcements),
- a [course calendar](calendar),
- a [staff](staff) page,
- and a weekly [schedule](schedule).

Just the Class is a template that extends the popular [Just the Docs](https://github.com/just-the-docs/just-the-docs) theme, which provides a robust and thoroughly-tested foundation for your website. Just the Docs include features such as:

Expand Down
Loading