game invites

This commit is contained in:
ntr
2019-09-15 15:42:47 +10:00
parent a22521b119
commit b85dade351
10 changed files with 250 additions and 73 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ aside {
border-color: forestgreen;
}
&:active, &:focus {
&:active, &:focus, &.enabled {
background: forestgreen;
color: black;
border-color: forestgreen;
+6
View File
@@ -286,3 +286,9 @@ li {
background-repeat: no-repeat;
background-position: center;
}
#clipboard {
width: 1px;
height: 1px;
padding: 0px;
}