commit ce6bda8f6b112d8964142a7096edaeea6ef0e7d1
parent 8a601191c671d9d1327712e1a898a352b5aff560
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 12:56:06 +0000
custom css changes
Diffstat:
| M | custom.css |  |  | 70 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- | 
1 file changed, 67 insertions(+), 3 deletions(-)
diff --git a/custom.css b/custom.css
@@ -1,6 +1,33 @@
+@font-face {
+    font-family: 'goudy_bookletter_1911regular';
+    src: url('fonts/goudy_bookletter_1911-webfont.eot');
+    src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
+         url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
+         url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
+         url('fonts/goudy_bookletter_1911-webfont.svg#goudy_bookletter_1911regular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+@font-face {
+    font-family: 'envy';
+    src: url('fonts/envy_code_r.eot');
+    src: url('fonts/envy_code_r.eot?#iefix') format('embedded-opentype'),
+         url('fonts/envy_code_r.woff2') format('woff2'),
+         url('fonts/envy_code_r.woff') format('woff'),
+         url('fonts/envy_code_r.ttf') format('truetype'),
+         url('fonts/envy_code_r.svg') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
 body {
     background: #111111;
     color: #abc0c5;
+    font-family: 'goudy_bookletter_1911regular';
+    font-size: 16px;
+    letter-spacing: .3px;
+}
+#head {
+    border-bottom: none;
 }
 h1,
 h2,
@@ -8,25 +35,62 @@ h3,
 h4 {
     color: #5a7588;
 }
-a {
+.markdown-body h2 {
+    color: #5a7588;
+    border-bottom: none;
+}
+a,
+a:link,
+a:visited {
     color: #776e89;
 }
+a:active,
 a:hover,
 a:focus {
     color: #a29076;
     text-decoration: none;
 }
-code {
+.markdown-body code {
     background-color: #222222;
     color: #5c8676;
+    font-family: 'envy';
+    font-size: 14px;
     padding: 5px 4px 2px 4px;
+    border-radius: 0px;
+    border-color: #222222;
 }
-pre {
+.markdown-body pre {
     background: #111111;
     color: #4f8396;
+    font-family: 'envy';
     border-radius: 0px;
     border-color: #444444;
     border-width: 1px;
     border-style: none;
     border-left-style: solid;
 }
+.markdown-body pre code {
+    color: #4f8396;
+    font-family: 'envy';
+}
+.highlight .nt {
+    color: #4f8396;
+}
+.minibutton a {
+    background: #111111;
+    color: #abc0c5;
+    border: none;
+    text-shadow: none;
+    text-transform: lowercase;
+}
+.minibutton a:active,
+.minibutton a:hover,
+.minibutton a:focus {
+    background: #111111;
+    color: #a29076;
+    border: none;
+    text-shadow: none;
+}
+.page #footer {
+    border-top: none;
+}