Skip to content

Commit

Permalink
Remove hard-coded colors which break dark mode
Browse files Browse the repository at this point in the history
The algorithm and internal slot boxes had hard-coded CSS background
colors set which didn't adjust when the page was viewed in dark mode.

They are simply removed as they don't seem necessary.
  • Loading branch information
reillyeon committed Feb 6, 2024
1 parent c9d2dd7 commit ee958c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ summary {

div.algorithm-steps {
padding: .5em;
background-color: ghostwhite;
}

.algorithm-steps {
Expand All @@ -142,7 +141,6 @@ div.informalsteps {
padding: .5em;
border: thin solid #88e !important;
border-radius: .5em;
background-color: ghostwhite;
}

.informalsteps {
Expand All @@ -167,7 +165,6 @@ div.internal-slots {
padding: .5em;
border: thin solid #88e !important;
border-radius: .5em;
background-color: aliceblue;
}

.internal-slots {
Expand Down

0 comments on commit ee958c0

Please sign in to comment.