diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:16:42 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:16:42 +0200 |
commit | 2415a0b9cb58464eba5ff760018fe95dfdd0e91b (patch) | |
tree | 1b423d1d503a397a56be4bfd197f1e8b8c45c29d /assets/scss/screen.scss | |
parent | f3c4900a749f3b5698a1589f703b7e5996180980 (diff) | |
download | lesoiseaux.io-2415a0b9cb58464eba5ff760018fe95dfdd0e91b.tar.gz |
[CSS] Colorize header bar (11/2)
Diffstat (limited to 'assets/scss/screen.scss')
-rw-r--r-- | assets/scss/screen.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/scss/screen.scss b/assets/scss/screen.scss index 858a783..3e346a9 100644 --- a/assets/scss/screen.scss +++ b/assets/scss/screen.scss @@ -72,6 +72,13 @@ img { @import 'vda'; @import 'vdo'; +/* Move internal links past the header */ +body.txt :target, +body.gfx :target, +body.vda :target, +body.vdo :target { + padding-top: 12.5rem; +} /** * Languages |