From fcf2491e2fc6c362845a0cd630365886b4611ee7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 11 Feb 2019 08:46:08 +0000 Subject: Add marbling sidebar background images --- static/css/hyde.css | 5 +++++ static/marble1.jpg | Bin 0 -> 2268991 bytes static/marble2.jpg | Bin 0 -> 728206 bytes 3 files changed, 5 insertions(+) create mode 100644 static/marble1.jpg create mode 100644 static/marble2.jpg 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 Binary files /dev/null and b/static/marble1.jpg differ diff --git a/static/marble2.jpg b/static/marble2.jpg new file mode 100644 index 0000000..e6bec09 Binary files /dev/null and b/static/marble2.jpg differ -- cgit v1.2.1-24-ge1ad