Slight change to tag buttons

This commit is contained in:
Brandon Rozek 2022-05-16 15:07:28 -04:00
parent 2fbfe38e3d
commit 436a19ba10

View file

@ -212,9 +212,14 @@ mark {
height: 24px; height: 24px;
margin: 5px; margin: 5px;
padding: 0 5px; padding: 0 5px;
background-color: #dddfdf;
border-radius: 5px; border-radius: 5px;
font-size: 14px; font-size: 14px;
border: 1px solid #888a8a;
text-decoration: none;
}
#tags li a:hover {
border: 1px solid black;
} }
/* END TAGS */ /* END TAGS */