Difference between revisions of "Template:Category"
From ALttP Speedrunning Wiki
Line 7: | Line 7: | ||
display: inline-block; | display: inline-block; | ||
padding: 2px; | padding: 2px; | ||
− | border: 1px solid | + | border: 1px solid transparent; |
border-radius: 4px; | border-radius: 4px; | ||
line-height: 0.9em; | line-height: 0.9em; | ||
Line 14: | Line 14: | ||
#category .glitches .allowed { | #category .glitches .allowed { | ||
background: #cec; | background: #cec; | ||
+ | border-color: #aca; | ||
} | } | ||
#category .glitches .allowed .fa-ban { | #category .glitches .allowed .fa-ban { | ||
Line 21: | Line 22: | ||
#category .glitches .banned { | #category .glitches .banned { | ||
background: #ecc; | background: #ecc; | ||
+ | border-color: #caa; | ||
} | } | ||
#category .glitches .banned .fa-check { | #category .glitches .banned .fa-check { |