fix: transparent btn dark mode :hover :focus

This commit is contained in:
brindosch
2020-06-04 11:55:45 +02:00
3 changed files with 14 additions and 5 deletions

View File

@@ -47,6 +47,14 @@ h4 {
}
/*Buttons*/
.btn-transparent:hover {
color: #5db6ff;
}
.btn-transparent:focus{
color: #5db6ff;
}
.btn-default {
color: #DDDDDD;
background-color: #212121;