diff --git a/_sass/color_schemes/codeday-dark.scss b/_sass/color_schemes/codeday-dark.scss index af29712..e57f36a 100644 --- a/_sass/color_schemes/codeday-dark.scss +++ b/_sass/color_schemes/codeday-dark.scss @@ -11,10 +11,12 @@ $nav-child-link-color: $gray-400; $sidebar-color: $gray-900; $base-button-color: $modes-dark-placeholder; $btn-primary-color: $blue-200; -$code-background-color: $modes-dark-border; -$code-linenumber-color: $modes-dark-textLight; +$code-background-color: $gray-900; +$code-linenumber-color: $gray-400; $feedback-color: $gray-800; -$table-background-color: $modes-dark-placeholder; +$table-background-color: $gray-700; $search-background-color: $modes-dark-placeholder; $search-result-preview-color: $modes-dark-textLight; $border-color: $modes-dark-border; + +@import "./vendor/accessible-pygments/github-dark"; diff --git a/_sass/color_schemes/codeday-light.scss b/_sass/color_schemes/codeday-light.scss index afc5aa4..f09894e 100644 --- a/_sass/color_schemes/codeday-light.scss +++ b/_sass/color_schemes/codeday-light.scss @@ -11,10 +11,10 @@ $nav-child-link-color: $modes-light-textLight; $sidebar-color: $gray-100; $base-button-color: $modes-light-placeholder; $btn-primary-color: $blue-200; -$code-background-color: $modes-light-border; +$code-background-color: $gray-50; $code-linenumber-color: $modes-light-textLight; $feedback-color: $gray-50; -$table-background-color: $modes-light-placeholder; +$table-background-color: $red-50; $search-background-color: $modes-light-placeholder; $search-result-preview-color: $modes-light-textLight; $border-color: $modes-light-border; \ No newline at end of file diff --git a/mentor-training/when2meet-guide.md b/mentor-training/when2meet-guide.md index d6364db..cd24b89 100644 --- a/mentor-training/when2meet-guide.md +++ b/mentor-training/when2meet-guide.md @@ -57,11 +57,23 @@ As mentees fill in their availability, the grid updates in real time. ### Understanding the color grid -| Color | Meaning | -| --- | --- | -| **Dark green** | Highest overlap - everyone is available | -| **Light green** | Partial overlap - hover to see who is free | -| **White** | No overlap at this time | + + +
| Color | Meaning |
|---|---|
| Dark green | Highest overlap — everyone is available |
| Light green | Partial overlap — hover to see who is free |
| White | No overlap at this time |