@import "compass/css3";

@keyframes fadeIn { 
  from { opacity: 0; } 
}

.repositories > * {
    font-family: 'Nunito Sans', sans-serif;
}

.repositories a {
    font-weight: 600;
}

.ui.green.labels .label,
.ui.ui.ui.green.label {
    background-color: #2463eb;
    border-color: #2463eb;
    color: #fff;
}

.animate {
    animation: fadeIn 1s infinite alternate;
}