(no commit message)
[libreriscv.git] / local.css
index ddbdd120575f9ef2c272d56b09222e7a06414773..80dddb343bf543d84d0019943415d292971c6fc1 100644 (file)
--- a/local.css
+++ b/local.css
@@ -11,10 +11,16 @@ footer {
 }
 
 .bg-dark {
-   background-color: #0F2035;
+   background-color: #0F2035!important;
    border-color: #e7e7e7;
 }
 
+table th {
+       color: #eceeef;
+       background-color: #4A90E2;
+       border-color: #4A90E2;
+}
+
 /* Counter Headings Local */
 body {
 counter-reset : h1;
@@ -98,3 +104,13 @@ input#comments{
 input#comments{
     font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
+
+pre {
+    padding-left: 30px;
+}
+
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
+}