aboutsummaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 19:16:42 +0200
committerhellekin <how@cepheide.org>2024-10-23 19:16:42 +0200
commit2415a0b9cb58464eba5ff760018fe95dfdd0e91b (patch)
tree1b423d1d503a397a56be4bfd197f1e8b8c45c29d /assets/css/screen.css
parentf3c4900a749f3b5698a1589f703b7e5996180980 (diff)
downloadlesoiseaux.io-2415a0b9cb58464eba5ff760018fe95dfdd0e91b.tar.gz
[CSS] Colorize header bar (11/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 5da4342..684edf3 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -1692,6 +1692,14 @@ body.vdo > aside:hover nav ul li:last-child, body.vdo > aside:focus nav ul li:la
background: rgb(109, 144, 162);
}
+/* Move internal links past the header */
+body.txt :target,
+body.gfx :target,
+body.vda :target,
+body.vdo :target {
+ padding-top: 12.5rem;
+}
+
/**
* Languages
**/