diff options
author | Nick White <git@njw.name> | 2019-02-11 08:46:08 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-02-11 08:46:08 +0000 |
commit | fcf2491e2fc6c362845a0cd630365886b4611ee7 (patch) | |
tree | de6e7fa3260e4a9afa7d121b5c078b6aca1a2de8 /static/css/hyde.css | |
parent | c0cdd0ea1b477246ba9cb9e7123e80535e97ea8f (diff) |
Add marbling sidebar background images
Diffstat (limited to 'static/css/hyde.css')
-rw-r--r-- | static/css/hyde.css | 5 |
1 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'); +} |