add borders

This commit is contained in:
ghost 2023-10-06 14:57:52 +03:00
parent 3f083cb1b7
commit 6655fd907f
2 changed files with 14 additions and 6 deletions

View file

@ -102,6 +102,7 @@ a.label-green:hover {
.button-green {
color: #fff;
background-color: #65916d;
border: #65916d 1px solid;
}
.button-green:hover {