support email

This commit is contained in:
ntr
2019-08-13 14:44:44 +10:00
parent f0166a1779
commit 143b0e92cb
4 changed files with 38 additions and 17 deletions
+13 -1
View File
@@ -121,7 +121,19 @@ button, input {
a {
color: whitesmoke;
font-size: 150%;
text-decoration: none;
&:hover {
color: whitesmoke;
border-color: @gray-hover;
}
&:focus {
/*colour necesary to bash skellington*/
color: @gray-focus;
border-color: @gray-focus;
}
}
svg {