From a3bc5c5231c476180651aa596ba4aa50fc878290 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 9 Apr 2021 17:34:02 +0430 Subject: a simple node express ejs blog --- css/master.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 css/master.css (limited to 'css') 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; +} -- cgit v1.2.3