fix(style): Added borders to white buttons (#99) (#102)

This commit is contained in:
Choubakawa 2022-02-22 18:59:50 +01:00 committed by GitHub
parent 34c577c8c4
commit 17adc9f4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,3 +177,17 @@ hr {
margin-top: 36px;
padding-bottom: 36px;
}
/* Buttons
*/
.button.button-gitlab,
.button.button-devto,
.button.button-stackoverflow,
.button.button-gitea,
.button.button-signal,
.button.button-ghost {
border-style: solid;
border-color: #292929;
border-width: 1px;
}