summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-02-11 08:46:08 +0000
committerNick White <git@njw.name>2019-02-11 08:46:08 +0000
commitfcf2491e2fc6c362845a0cd630365886b4611ee7 (patch)
treede6e7fa3260e4a9afa7d121b5c078b6aca1a2de8
parentc0cdd0ea1b477246ba9cb9e7123e80535e97ea8f (diff)
Add marbling sidebar background images
-rw-r--r--static/css/hyde.css5
-rw-r--r--static/marble1.jpgbin0 -> 2268991 bytes
-rw-r--r--static/marble2.jpgbin0 -> 728206 bytes
3 files changed, 5 insertions, 0 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css
index 1ddbdda..bb4a371 100644
--- a/static/css/hyde.css
+++ b/static/css/hyde.css
@@ -248,3 +248,8 @@ a.sidebar-nav-item:focus {
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
+
+/* Rescribe */
+.theme-rescribe .sidebar {
+ background-image: url('/marble1.jpg');
+}
diff --git a/static/marble1.jpg b/static/marble1.jpg
new file mode 100644
index 0000000..2f21ed1
--- /dev/null
+++ b/static/marble1.jpg
Binary files differ
diff --git a/static/marble2.jpg b/static/marble2.jpg
new file mode 100644
index 0000000..e6bec09
--- /dev/null
+++ b/static/marble2.jpg
Binary files differ