From e8ddf528350c0491b3bb8138215c5d41333537f1 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Fri, 20 Dec 2024 16:28:15 -0500 Subject: Style: Emote support --- alabaster-lite/css/fkfd.css | 6 ++++++ mkdocs.yml | 3 +++ 2 files changed, 9 insertions(+) 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 -- cgit v1.2.3