summaryrefslogtreecommitdiff
path: root/content/assets
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets')
-rw-r--r--content/assets/site.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/assets/site.css b/content/assets/site.css
index 0150282..accc03f 100644
--- a/content/assets/site.css
+++ b/content/assets/site.css
@@ -84,7 +84,8 @@ a:visited {
}
body pre {
- background: white;
+ background: #111;
+ border: 2px solid #333;
}
body pre.src {
@@ -93,8 +94,7 @@ body pre.src {
}
body code {
- background: #222;
- border: 1px solid #333;
+ background: #111;
padding: 0px 4px;
color: #ccc;
overflow-x: auto;
@@ -102,7 +102,7 @@ body code {
}
body li {
- margin-bottom: 1em;
+ padding-bottom: 0.1em;
}
body img {
@@ -243,9 +243,9 @@ footer {
}
.tags {
- margin-top: -1rem;
+ margin-top: -1.4rem;
color: #6a6a6a;
- font-size: 80%;
+ font-size: 70%;
}
.tags ul {