diff --git a/_sass/color_schemes/dark.scss b/_sass/color_schemes/dark.scss index 79eda95..21089f8 100644 --- a/_sass/color_schemes/dark.scss +++ b/_sass/color_schemes/dark.scss @@ -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! diff --git a/_sass/color_schemes/dark_overrides.scss b/_sass/color_schemes/dark_overrides.scss index 4472713..e747e09 100644 --- a/_sass/color_schemes/dark_overrides.scss +++ b/_sass/color_schemes/dark_overrides.scss @@ -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 { diff --git a/home.md b/home.md index a5b6013..410fd21 100644 --- a/home.md +++ b/home.md @@ -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: