.pass:before { content: "✔ "; color: #8ae234; font-size: 18px; vertical-align: top; } .neutral:before { content: "😐"; color: #cab388; font-size: 18px; vertical-align: top; } .fail:before, .denylisted:before { content: "✖ "; color: #ef2929; font-size: 18px; vertical-align: top; } .tmpfail:before { content: "⚠ "; color: #ffd862; font-size: 18px; vertical-align: top; } .error:before { content: "😅 "; color: brown; font-size: 18px; vertical-align: top; } .panel .panel-heading { font-size: 130%; } /* package browsing by prefix */ .list-inline h5 a { color: #E90051; background-color: #eeeeec; padding: 1px 10px; border-radius: 5px; } .list-inline h5 a:hover { text-decoration: none; background-color: #E90051; color: white; } .nowrap { white-space: nowrap; }