23,098
edits
mNo edit summary |
mNo edit summary |
||
Line 51: | Line 51: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
text-decoration: none; | text-decoration: none; | ||
height: 100%; | height: 100%; | ||
Line 62: | Line 61: | ||
.template-navpill:hover { | .template-navpill:hover { | ||
background: | background: #666; | ||
} | } | ||
.template-navpill:active { | .template-navpill:active { | ||
background: | background: #444; | ||
} | } |