diff options
Diffstat (limited to 'static/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'); +} |