Skip to content

Commit

Permalink
remove excess css unneeded for the textbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Sep 2, 2024
1 parent af2dfba commit 6e6160f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
28 changes: 1 addition & 27 deletions _sass/color_schemes/dark_wider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $media-queries: (
xl: 1400px,
);

// Change bottom-left "generated by JTD" text color to be darker (thanks a lot department of justice)
// Change bottom-left "generated by JTD" text color to be darker
$grey-dk-000: #E6E1E8 !important;

// Pygments monokai, from https://github.com/richleland/pygments-css/blob/master/monokai.css
Expand Down Expand Up @@ -92,8 +92,6 @@ $grey-dk-000: #E6E1E8 !important;
.code-green { color: #a6e22e; font-weight: bold }
.cell-highlight td { background-color: #212024; position: relative; }

.story::before,
.example::before,
a,
.icon,
.nav-list .nav-list-item .nav-list-expander,
Expand All @@ -104,34 +102,10 @@ a.skip-to-main:focus, a.skip-to-main:active {
color: #A0CFEE !important;
}

.story, .example {
border-left: 4px solid #A0CFEE !important;
}

.question::before {
color: #91FF0A !important;
}

.question {
border-left: 4px solid #91FF0A !important;
}

p.warning {
border-left: 4px solid #FCE9B0 !important;
}

p.warning::before {
color: #FCE9B0 !important;
}

.site-title {
color: #f5f6fa !important;
}

.fc-time-grid .fc-slats td {
color: #ffffff !important;
}

span.blue {
color: #00D3EB;
}
Expand Down
8 changes: 1 addition & 7 deletions _sass/color_schemes/wider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ $media-queries: (
xl: 1400px,
);

table {
td.is-even {
background-color: #F5F6FA;
}
}

// Change bottom-left "generated by JTD" text color to be darker (thanks a lot department of justice)
// Change bottom-left "generated by JTD" text color to be darker
$grey-dk-000: #4A464E;

// Pygments default, from https://github.com/richleland/pygments-css/blob/master/default.css
Expand Down

0 comments on commit 6e6160f

Please sign in to comment.