From aec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Oct 2019 13:10:55 +0100 Subject: Make marble sidebar image smaller --- static/css/hyde.css | 1 + static/marble1.jpg | Bin 2268991 -> 516720 bytes static/marble2.jpg | Bin 728206 -> 0 bytes 3 files changed, 1 insertion(+) delete mode 100644 static/marble2.jpg diff --git a/static/css/hyde.css b/static/css/hyde.css index caf3af5..8cd18fe 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -255,6 +255,7 @@ body.theme-rescribe { } .theme-rescribe .sidebar { background-image: url('/marble1.jpg'); + background-position: bottom right; } .theme-rescribe .sidebar-about h1 { font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; diff --git a/static/marble1.jpg b/static/marble1.jpg index 2f21ed1..9504f6f 100644 Binary files a/static/marble1.jpg and b/static/marble1.jpg differ diff --git a/static/marble2.jpg b/static/marble2.jpg deleted file mode 100644 index e6bec09..0000000 Binary files a/static/marble2.jpg and /dev/null differ -- cgit v1.2.1-24-ge1ad