diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-16 16:53:32 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-16 16:53:32 +0200 |
commit | f50f69283f03fc30ed3cfc3242aa863bd7083cfc (patch) | |
tree | 40984c5573560033ba6f710fcb96dae7a7a20495 /assets/css/main.css | |
parent | b13719b39eb8ee379eeed39fa6f4d2ab165f0555 (diff) |
Back to top button
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c541917..1317f67 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -62,6 +62,7 @@ a { pre { padding: var(--code-padding); + border: 1px solid var(--code-border); overflow: scroll; border-radius: var(--code-border-radius); margin-top: var(--code-margin-top); @@ -361,4 +362,14 @@ footer a { .giscus { margin-top: 3rem; +} + +/* Back to top */ + +.back-to-top { + text-align: center; + font-family: "Monaspace"; + font-size: small; + margin-bottom: 2rem; + margin-top: -3rem; }
\ No newline at end of file |