mirror of https://github.com/zmkfirmware/zmk.git
Add missing button border definition
This commit is contained in:
parent
6af0f9f06e
commit
fa4519b596
|
|
@ -23,6 +23,7 @@
|
||||||
.getStarted {
|
.getStarted {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
|
border: solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.getStarted:hover {
|
.getStarted:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue