This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit a76a080fb682d7af4a4ea6d5c40a550f079c4455
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Jul 5 20:03:39 2026 +0100
make links match header menu bar
---
public_html/style.css | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/public_html/style.css b/public_html/style.css
index 9ae0423c..5b8ffff6 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -568,6 +568,15 @@ a:active {
color: #ffffff;
}
+.main-wrap a:not(.button):not(.button-secondary) {
+ font-weight: 800;
+ text-decoration: none;
+ text-shadow:
+ 0 0 6px rgba(255, 255, 255, 0.78),
+ 0 0 18px rgba(255, 255, 255, 0.50),
+ 0 0 42px rgba(255, 255, 255, 0.30);
+}
+
header .head-menu-item a:link,
header .head-menu-item a:visited,
header .head-menu-item a:active {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.