diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-07-22 15:03:49 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-07-22 15:03:49 +0200 |
commit | 3accb262ce2b082a8afe257b4a03f1a9ccc36782 (patch) | |
tree | 1c19a7a83069da5abc516d296f8fdd55fb481b55 /css/site.css | |
parent | e16850ecc3cdf17cf7b5acb70a712cf46cee94b8 (diff) | |
download | blog-3accb262ce2b082a8afe257b4a03f1a9ccc36782.tar |
Highlight target footnote
Diffstat (limited to 'css/site.css')
-rw-r--r-- | css/site.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 05a3afa..5f2626a 100644 --- a/css/site.css +++ b/css/site.css @@ -154,6 +154,11 @@ article header h1 + * { margin-top: 0.5em; } +article .footnotes li:target { + background: var(--light-gray); + transition: background 0.5s; +} + :not(pre) > code { background: var(--light-gray); white-space: nowrap; |