diff --git a/themes/rc3/css/base.css b/themes/rc3/css/base.css
index 9411dee1153fc6e71d32c346b3b02d928a28c406..d51f9f6c9d41a8a98a2b8e7922e0a2567f58606c 100644
--- a/themes/rc3/css/base.css
+++ b/themes/rc3/css/base.css
@@ -174,9 +174,9 @@ code.code-large, .rst-content tt.code-large {
 
 code {
     padding: 2px 5px;
-    background: #fff;
-    border: solid 1px #e1e4e5;
-    color: #333;
+    background: black;
+    border: solid 1px #555;
+    color: white;
     white-space: pre-wrap;
     word-wrap: break-word;
 }