diff options
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 1 | ||||
| -rw-r--r-- | website/builders/replicant-blog.scm | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 2c654ba..4a0a168 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -633,6 +633,7 @@ a.assistive-text:focus, #access a:focus { background: #efefef; } +a#blog-link, #access li:hover > a, #access a:focus { background: #f9f9f9; /* Show a solid color for older browsers */ diff --git a/website/builders/replicant-blog.scm b/website/builders/replicant-blog.scm index 0659774..9e02abb 100644 --- a/website/builders/replicant-blog.scm +++ b/website/builders/replicant-blog.scm @@ -73,7 +73,9 @@ (ul (li (a (@ (href "https://www.replicant.us")) "Home")) - (li (a (@ (href "/")) + (li (a (@ (href "/") + (id "blog-link") + ) "Blog")) (li (a (@ (href "https://redmine.replicant.us/projects/replicant/wiki")) "Wiki")) |
