aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-04-11 08:10:09 +0000
committerterminaldweller <thabogre@gmail.com>2021-04-11 08:10:09 +0000
commit64347c601fcb30904857e3ffc3b4d54a617b6441 (patch)
tree42e338c15dde925174e4313c623bdb2edaa67941 /css/master.css
parentadded a dockerfile. fixed the relative path issues (diff)
downloadblog-64347c601fcb30904857e3ffc3b4d54a617b6441.tar.gz
blog-64347c601fcb30904857e3ffc3b4d54a617b6441.zip
everything seems to be working now
Diffstat (limited to '')
-rw-r--r--css/master.css30
1 files changed, 21 insertions, 9 deletions
diff --git a/css/master.css b/css/master.css
index e1ebd90..0f819e3 100644
--- a/css/master.css
+++ b/css/master.css
@@ -1,30 +1,42 @@
-@import "parasiso-dark.css";
+@import "devibeans.css";
-body{$
+body {
+ color: #005f87;
+ background: #000000;
+ font-family: "DejaVuSansMono NF", Helvetica, monospace;
+}
+
+.article{$
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;
+ float: left;
+ width: 78%;
}
.sidenav {
+ padding: 2%;
color: #005f87;
height: 100%;
- width: 10%;
border-style: solid;
- position: fixed;
- z-index: 0;
+ position: relative;
+ /* z-index: 0; */
top: 0;
right: 0;
background-color: #000000;
overflow-x: hidden;
- padding-top: 1%;
- text-align: center;
+ text-align: left;
+ float: right;
+ width: 13%;
+}
+
+a {
+ color: #005f87;
+ text-decoration: none;
}