Skip to content

Commit

Permalink
add solutions styling
Browse files Browse the repository at this point in the history
  • Loading branch information
shensquared committed Jun 25, 2023
1 parent 10e510e commit 9a1105a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ callouts:
exercise:
title: "Exercise"
color: blue
solutions:
title: "Solutions"
color: mit-gray
# mermaid:
# # Version of mermaid library
# # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
Expand Down
10 changes: 7 additions & 3 deletions _sass/color_schemes/eecs.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
$eecs-purple:rgba(102, 45, 145, 1);
$eecs-purple: rgba(102, 45, 145, 1);

$eecs-purple-000: rgba(102, 45, 145, 1);
$eecs-purple-100: rgba(102, 45, 145, 1);
$eecs-purple-200: rgba(102, 45, 145, 1);
Expand All @@ -16,4 +14,10 @@ $eecs-red: rgba(198, 22, 141, 1);
$eecs-red-000: rgba(198, 22, 141, 1);
$eecs-red-100: rgba(198, 22, 141, 1);
$eecs-red-200: rgba(198, 22, 141, 1);
$eecs-red-300: rgba(198, 22, 141, 1);
$eecs-red-300: rgba(198, 22, 141, 1);

$mit-gray: #C2C0BF;
$mit-gray-000: #8A8B8C;
$mit-gray-100: #8A8B8C;
$mit-gray-200: #8A8B8C;
$mit-gray-300: #8A8B8C;

0 comments on commit 9a1105a

Please sign in to comment.