/* explore: repositories / main */ .explore { .secondary.menu { background-color: $bg70 !important; border-radius: 0; .item { color: $white-dark; &:hover { color: $white-light !important; } &.active { color: $white !important; &:hover { color: $white-light; } } .label { background: $bg60; } } } .container { @if $nojavascript == true { .filter.menu { display: none; } } form.form { .input { input { background: $bg40; border: 2px solid $bg60; color: $white; &:focus { background: $bg50; border: 2px solid $bg60; color: $white-light; } } .button { background: $bg60; border: 0; &:hover { background: $bg50; } } } } .divider { border-bottom: 1px solid $bg60; } .repository.list { .item { &:not(:first-child) { border-top: 1px solid $bg60; } .header { a.name { i.archive.icon { color: $white-dark !important; } } .metas { span { color: $white-dark !important; } } } .description { p { color: $white; &.time { color: $white-dark; } } .tags { a .label { background: $bg60; color: $white; &:hover { background: $bg70; color: $white-light; } } } } } } } } /* explore: users */ .explore.users { .container { .user.list { .content { .header { color: $white; } .description { color: $white; } } } } }