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;
}
a:link,
a:visited {
a:link {
color: #276890;
text-decoration: underline;
}
a:visited {
color: #54AC8E;
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
@ -363,10 +366,6 @@ th {
}
table a:link {
text-decoration: none;
color: #445ac8;
}
table a:visited {
color: #8f54c4;
}
.rows-and-columns td:before {
display: block;