Skip to content

Commit ea340e0

Browse files
committed
Colors swap for py interpreter input-output sim
1 parent 3bdb368 commit ea340e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Fixed
66
- Text color for `div.body` element
77
- Code highlighting is now more readable
8-
- Changed colors for elements: `.nn`, `.nc`, `.vm`, `.nd`, `.gp`, `.gr`, `.gt`
8+
- Changed fg color for elements: `.nn`, `.nc`, `.vm`, `.nd`, `.gp`, `.gr`, `.gt`, `.go`, `.n`
99

1010

1111
## **2.2.0** - 2022.02.27

python_docs_dark.user.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
}
208208

209209
.highlight .go {
210+
color: var(--text-normal);
211+
}
212+
213+
.highlight .n {
210214
color: var(--text-light);
211215
}
212216

@@ -323,7 +327,7 @@
323327
}
324328

325329
.highlight .gp {
326-
color: #9ca5f5;
330+
color: #8ac98a;
327331
}
328332

329333
.highlight .na {

0 commit comments

Comments
 (0)