Replace anchor style removed by mistake

Removed in:

c8de91c161
This commit is contained in:
Tom Byers
2019-11-26 15:31:07 +00:00
parent eccd943c1a
commit 39d955d93f

View File

@@ -1,4 +1,10 @@
// Extra CSS overlaying elements
a {
&:visited {
color: $link-colour;
}
}
.form-control-1-1 {
width: 100%;
}