Change to display overlay for public tl on welcome

This commit is contained in:
kPherox
2019-04-23 04:46:17 +09:00
parent 79be94b5c7
commit 882f76cfb2
3 changed files with 70 additions and 7 deletions

View File

@@ -47,10 +47,8 @@ button {
margin: 0 0.5em;
padding: 0.8em 2em;
transition-duration: 0.5s;
&:hover:not(:disabled) {
filter: brightness(90%);
filter: brightness(120%);
}
}
</style>