commit 0f3463f14c28d647403641b3c5c47825ff1584b4
parent 1e1b3fd506833ce073846e52d460d0e94f2ad1fd
Author: cipher <haris@2f30.org>
Date: Fri, 16 May 2014 00:09:05 +0300
Minor changes to .css.
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/output/style.css.light b/output/style.css.light
@@ -44,6 +44,7 @@ body {
h1, h2, h3, h4, h5 {
color: #0092cf;
+ font-weight: lighter;
}
h1 {
@@ -108,19 +109,24 @@ pre {
overflow-x: auto;
}
-p code {
+p code, li code {
background-color: #e2e2e2;
color: #000;
border: 1px solid grey;
- /* display: block; */
max-width: 680px;
padding: 0.3em;
margin: 0.3em;
}
+code {
+ font-family: terminus, monospace;
+}
+
.logo {
border: none;
- text-align: center;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
}
img {