diff options
-rw-r--r-- | alabaster-lite/css/fkfd.css | 6 | ||||
-rw-r--r-- | mkdocs.yml | 3 |
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; } @@ -3,6 +3,9 @@ site_url: https://fkfd.me/ theme: name: null custom_dir: alabaster-lite/ +plugins: + - emote: + emote_dir: emote extra: sidebars: - title |