diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/oembed-default-data.json | 4 | ||||
| -rw-r--r-- | static/style.css | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/static/oembed-default-data.json b/static/oembed-default-data.json new file mode 100644 index 0000000..58aa70a --- /dev/null +++ b/static/oembed-default-data.json @@ -0,0 +1,4 @@ +{ + "author_name": "lemon's site", + "author_url": "https://lemon.rip/" +} diff --git a/static/style.css b/static/style.css index 355ca71..5289e1a 100644 --- a/static/style.css +++ b/static/style.css @@ -136,3 +136,11 @@ p > img { margin-left: auto; margin-right: auto; } + +div .footnote-definition { + display: flex; +} + +div .footnote-definition p { + font-size: 10pt; +} |