aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/master.css')
-rw-r--r--css/master.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css
new file mode 100644
index 0000000..69d862e
--- /dev/null
+++ b/css/master.css
@@ -0,0 +1,25 @@
+body{$
+ font-family: "DejaVuSansMono NF", Helvetica, monospace;
+ color: #005f87;
+ background: #000000;
+ /* linear-gradient( */
+ /* rgba(68, 68, 68, 1), */
+ /* rgba(0, 0, 0, 1) */
+ /* ); */
+ text-align: left;
+ padding: 20px;
+ border-style: solid;
+}
+
+.sidenav {
+ color: #00afd7;
+ height: 100%;
+ width: 160px;
+ position: fixed;
+ z-index: 1;
+ top: 0;
+ left: 0;
+ background-color: #111;
+ overflow-x: hidden;
+ padding-top: 20px;
+}