add youtube video first boot on ECP5
[libreriscv.git] / local.css
index 5ca4495d43f72ec14ce5e95e01c4f87e99ff2b41..4cbeec79974980e826dd5c29761760af57f3b9b4 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,3 +1,26 @@
+html, body {
+  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
+}
+
+footer {
+  padding: 30px 0;
+}
+
+.list-group-item.active {
+   background-color: #4A90E2;
+}
+
+.bg-dark {
+   background-color: #0F2035!important;
+   border-color: #e7e7e7;
+}
+
+table th {
+       color: #eceeef;
+       background-color: #4A90E2;
+       border-color: #4A90E2;
+}
+
 /* Counter Headings Local */
 body {
 counter-reset : h1;
@@ -81,3 +104,16 @@ input#comments{
 input#comments{
     font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
 }
+
+pre {
+    padding-left: 30px;
+}
+
+/*
+comment out now that isatables have been fixed
+code {
+  font-family: Consolas,"courier new";
+  display: block;
+  white-space: pre-wrap
+}
+*/