add registry code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user