add youtube video first boot on ECP5
[libreriscv.git] / local.css
index 176287d65e235cae6af269f04b5c30af048a7c83..4cbeec79974980e826dd5c29761760af57f3b9b4 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,4 +1,27 @@
-/* Counter Headings */
+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;
     }
@@ -62,7 +85,7 @@ table {
     margin-left: 35px;
 }
 
-table, th, td {
+th, td {
     border: 1px solid black;
 }
 
@@ -82,4 +105,15 @@ 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
+}
+*/