add registry code

This commit is contained in:
ntr
2019-06-11 17:44:24 +10:00
parent 440376e5c3
commit 1faf75bb40
7 changed files with 36 additions and 15 deletions
+12 -3
View File
@@ -114,11 +114,15 @@ nav button[disabled], nav button[disabled]:hover {
text-decoration: none;
}
nav button:hover, nav button:focus {
color: whitesmoke;
nav button:hover {
color: #888;
text-decoration: underline;
}
nav button:focus, nav button:active {
color: whitesmoke;
}
main {
padding-top: 1em;
grid-area: main;
@@ -154,7 +158,12 @@ button, input {
transition-timing-function: ease;
}
button:hover, button:focus {
button:hover {
color: whitesmoke;
border-color: #888;
}
button:focus {
/*colour necesary to bash skellington*/
color: whitesmoke;
border-color: whitesmoke;