Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions webstepper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Added the MemoryViz logo as a favicon
- Added dark mode syntax highlighting for the code display
- Aligned grey background colours in dark mode

### 🐛 Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion webstepper/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const darkTheme = createTheme({
},
background: {
default: "#121212",
paper: "#1e1e1e",
paper: "#151515",
},
text: {
primary: "#e0e0e0",
Expand Down