aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
blob: e1ebd901d6b7958383726b30d9316aaef94bdf27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@import "parasiso-dark.css";

body{$
  text-align: left;
  padding: 2%;
  border-style: solid;
  position: relative;
  /* left: 0; */
  /* right: 50%; */
  white-space: -moz-pre-wrap !important;
  color: #005f87;
  background: #000000;
  font-family: "DejaVuSansMono NF", Helvetica, monospace;
  overflow-wrap: break-word;
}

.sidenav {
  color: #005f87;
  height: 100%;
  width: 10%;
  border-style: solid;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  padding-top: 1%;
  text-align: center;
}