/* explore: repositories / main */ .explore { @include secondary-menu_new-menu; .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 !important; border-top: 0 !important; } .repository.list, .user.list { .item { &:not(:first-child) { border-top: 1px solid $bg60; } .header { a.name { i.archive.icon { color: $white-dark !important; } } .metas { @if $singleuser == true { display: none; } 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; svg { @if $nojavascript == true { display: none; } } } } } } }