summaryrefslogtreecommitdiff
path: root/static/css/hyde.css
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-03-16 14:13:22 +0000
committerNick White <git@njw.name>2021-03-16 14:13:22 +0000
commit1d488862eb57d7c29c22af00571a451128df4a5a (patch)
treedeb1e012119b8e76bb3b31f92762f120b37a190c /static/css/hyde.css
parent6ac8506eec7b47c87051947c787ffa48c1ad8313 (diff)
parentaec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 (diff)
Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribe
Diffstat (limited to 'static/css/hyde.css')
-rw-r--r--static/css/hyde.css15
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;
+}