Files
replit-py/docs/sphinx-old/_static/css/darktheme.css
T
2020-12-31 13:04:11 -05:00

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;
}