mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
15 lines
196 B
CSS
15 lines
196 B
CSS
/* Body dark theme */
|
|
body {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
.wy-nav-content {
|
|
background: #444;
|
|
}
|
|
|
|
/* Use original color inside of code blocks */
|
|
.highlight {
|
|
color: #404040;
|
|
}
|