bragit
Version:
Show off your Github repository buttons with elegance.
28 lines (22 loc) • 670 B
CSS
/* styles for github action buttons */
.ui.brand.button, .ui.brand.buttons .button {
background-color: #756c74;
color: #fff;
}
.ui.brand.label {
color: #756c74;
border-color: #756c74;
background-color: #ffffff;
}
.ui.brand.button:focus, .ui.brand.buttons .button:focus,
.ui.brand.button:hover, .ui.brand.buttons .button:hover {
background-color: #9d959c;
}
.ui.brand.labels .label:focus, .ui.brand.label:focus,
.ui.brand.labels .label:hover, .ui.brand.label:hover {
color: #9d959c;
border-color: #9d959c;
}
.ui.brand.labeled .ui.button .star.icon {
color: #F5CC7A;
}