healthchecks/static/css/badges.css
2021-06-16 15:23:34 +03:00

16 lines
305 B
CSS

.table.badge-preview th {
border-top: 0;
color: var(--text-muted);
font-weight: normal;
font-size: 12px;
padding-top: 32px;
}
#badges-json .fetch-json {
background: var(--pre-bg);
padding: 3px;
}
#badges-json, #badges-shields, .badge-preview .with-late {
display: none;
}