TemplateStyle:Navpills.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 51: Line 51:
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
    color: #000;
     text-decoration: none;
     text-decoration: none;
     height: 100%;
     height: 100%;
Line 62: Line 61:


.template-navpill:hover {
.template-navpill:hover {
     background: rgba(255, 255, 255, 0.3);
     background: #666;
}
}


.template-navpill:active {
.template-navpill:active {
     background: rgba(255, 255, 255, 0.1);
     background: #444;
}
}