Skip to content

Commit ee958c0

Browse files
committed
Remove hard-coded colors which break dark mode
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.
1 parent c9d2dd7 commit ee958c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.bs

-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ summary {
116116

117117
div.algorithm-steps {
118118
padding: .5em;
119-
background-color: ghostwhite;
120119
}
121120

122121
.algorithm-steps {
@@ -142,7 +141,6 @@ div.informalsteps {
142141
padding: .5em;
143142
border: thin solid #88e !important;
144143
border-radius: .5em;
145-
background-color: ghostwhite;
146144
}
147145

148146
.informalsteps {
@@ -167,7 +165,6 @@ div.internal-slots {
167165
padding: .5em;
168166
border: thin solid #88e !important;
169167
border-radius: .5em;
170-
background-color: aliceblue;
171168
}
172169

173170
.internal-slots {

0 commit comments

Comments
 (0)