From 8e38d9382b0d588a80441e7c7650a58b11ba4564 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 9 Apr 2021 19:05:41 +0430 Subject: trying to add syntax highlighting for markdown --- css/master.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'css') diff --git a/css/master.css b/css/master.css index 69d862e..1bc3166 100644 --- a/css/master.css +++ b/css/master.css @@ -1,20 +1,21 @@ 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; + padding: 2%; border-style: solid; + position: relative; + left: 8%; + right: 100%; + white-space: -moz-pre-wrap !important; + /* color: #005f87; */ + /* background: #000000; */ + font-family: "DejaVuSansMono NF", Helvetica, monospace; + overflow-wrap: break-word; } .sidenav { color: #00afd7; height: 100%; - width: 160px; + width: 8%; position: fixed; z-index: 1; top: 0; @@ -22,4 +23,5 @@ body{$ background-color: #111; overflow-x: hidden; padding-top: 20px; + text-align: center; } -- cgit v1.2.3