diff options
author | Nick White <git@njw.name> | 2021-03-16 14:13:22 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-03-16 14:13:22 +0000 |
commit | 1d488862eb57d7c29c22af00571a451128df4a5a (patch) | |
tree | deb1e012119b8e76bb3b31f92762f120b37a190c /static/css | |
parent | 6ac8506eec7b47c87051947c787ffa48c1ad8313 (diff) | |
parent | aec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 (diff) |
Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribe
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/hyde.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 1ddbdda..8cd18fe 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -248,3 +248,18 @@ a.sidebar-nav-item:focus { .theme-base-0f .related-posts li a:hover { color: #8f5536; } + +/* Rescribe */ +body.theme-rescribe { + font-family: Helvetica, Arial, sans-serif; +} +.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; +} +.theme-rescribe figcaption { + font-size: small; +} |