Skip to content

Commit 9178d3b

Browse files
authored
Merge pull request #90 from NHSDigital/DTOSS-9211-red-links
Highlight links in red if they don't go anywhere while we are building out the service. This needs to be a slightly dark red so as not to trigger axe.
2 parents 0b33c07 + cf3cc5e commit 9178d3b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

manage_breast_screening/assets/sass/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ h3 {
2626
[hidden] {
2727
display: none;
2828
}
29+
30+
/*
31+
Highlight in red links that don't get anywhere yet
32+
*/
33+
a[href="#"] {
34+
color: #c80000;
35+
}

manage_breast_screening/jinja2/layout-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"primaryLinks": [
1717
{
18-
"url": "#",
18+
"url": "/",
1919
"label": "Home",
2020
"current": true if navActive == "home"
2121
},

0 commit comments

Comments
 (0)