Basic tag browse buttons

This commit is contained in:
Leigh Morresi
2021-01-29 15:51:30 +01:00
parent 016937d5de
commit b6e9bb12fb
4 changed files with 36 additions and 5 deletions

View File

@@ -138,6 +138,13 @@ body:after, body:before {
/* this is a green */
}
.button-tag {
background: rgb(99, 99, 99);
/* this is a green */
color: #fff;
font-size: 65%;
}
.button-error {
background: rgb(202, 60, 60);
/* this is a maroon */