mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Slight change to tag buttons
This commit is contained in:
parent
2fbfe38e3d
commit
436a19ba10
1 changed files with 6 additions and 1 deletions
|
@ -212,9 +212,14 @@ mark {
|
|||
height: 24px;
|
||||
margin: 5px;
|
||||
padding: 0 5px;
|
||||
background-color: #dddfdf;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
border: 1px solid #888a8a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#tags li a:hover {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
/* END TAGS */
|
||||
|
|
Loading…
Reference in a new issue