Added keybind option.

This commit is contained in:
Ajay Ramachandran
2019-12-30 16:41:33 -05:00
parent b3361a473c
commit cb2fb6925b
4 changed files with 105 additions and 5 deletions

View File

@@ -7,15 +7,28 @@ body {
text-align: center;
}
.bold {
font-weight: bold;
}
.hidden {
display: none;
}
.keybind-status {
display: inline;
}
.small-description {
color: white;
font-size: 13;
}
.medium-description {
color: white;
font-size: 15;
}
.option-text-box {
width: 300px;
}
@@ -161,6 +174,8 @@ body {
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
display: inline-block;
}
#title {