GBButton.css

 1.bt-issue {
 2    background-color: #2ea44fd9;
 3    border: 1px solid;
 4    border-color: #1b1f2326;
 5    border-radius: 6px;
 6    padding: 6px 12px;
 7
 8    font-size: 14px;
 9    color: #ffffff;
10    line-height: 20px;
11    text-decoration: none;
12
13    transition: all 0.2s cubic-bezier(0.3, 0, 0.5, 1);
14}
15
16.bt-issue:hover {
17    background-color: #2ea44f;
18    border-color: #1b1f2326;
19}