Visited link colours

This commit is contained in:
Natalie Downe 2020-10-27 11:39:35 -07:00 committed by Simon Willison
commit 6dff22eff8

View file

@ -164,11 +164,14 @@ footer,
box-sizing: border-box; box-sizing: border-box;
} }
a:link, a:link {
a:visited {
color: #276890; color: #276890;
text-decoration: underline; text-decoration: underline;
} }
a:visited {
color: #54AC8E;
text-decoration: underline;
}
a:hover, a:hover,
a:focus, a:focus,
a:active { a:active {
@ -363,10 +366,6 @@ th {
} }
table a:link { table a:link {
text-decoration: none; text-decoration: none;
color: #445ac8;
}
table a:visited {
color: #8f54c4;
} }
.rows-and-columns td:before { .rows-and-columns td:before {
display: block; display: block;