diff options
| author | terminaldweller <thabogre@gmail.com> | 2021-04-09 14:35:41 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2021-04-09 14:35:41 +0000 | 
| commit | 8e38d9382b0d588a80441e7c7650a58b11ba4564 (patch) | |
| tree | 0b217ad27777f4d8f7d1098125352e610775c7e8 /css | |
| parent | a simple node express ejs blog (diff) | |
| download | blog-8e38d9382b0d588a80441e7c7650a58b11ba4564.tar.gz blog-8e38d9382b0d588a80441e7c7650a58b11ba4564.zip | |
trying to add syntax highlighting for markdown
Diffstat (limited to 'css')
| -rw-r--r-- | css/master.css | 20 | 
1 files changed, 11 insertions, 9 deletions
| 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;  } | 
