summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2024-12-20 16:28:15 -0500
committerFrederick Yin <fkfd@fkfd.me>2024-12-20 16:28:15 -0500
commite8ddf528350c0491b3bb8138215c5d41333537f1 (patch)
tree0c19b31c007e80ac16a46b59363316c74495931c
parent75edf0745c78ac17141d9824873d176bc0d9b8f1 (diff)
Style: Emote support
-rw-r--r--alabaster-lite/css/fkfd.css6
-rw-r--r--mkdocs.yml3
2 files changed, 9 insertions, 0 deletions
diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css
index 16547d8..ddf2261 100644
--- a/alabaster-lite/css/fkfd.css
+++ b/alabaster-lite/css/fkfd.css
@@ -43,6 +43,12 @@ a.headerlink:hover {
background: none;
}
+img.emote {
+ display: inline;
+ height: 1.5em;
+ width: 1.5em;
+}
+
summary {
color: #004b6b;
}
diff --git a/mkdocs.yml b/mkdocs.yml
index 8f386ef..643974f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,6 +3,9 @@ site_url: https://fkfd.me/
theme:
name: null
custom_dir: alabaster-lite/
+plugins:
+ - emote:
+ emote_dir: emote
extra:
sidebars:
- title