diff --git a/scss/import/dashboard.scss b/scss/import/dashboard.scss index c19c772..069eb33 100644 --- a/scss/import/dashboard.scss +++ b/scss/import/dashboard.scss @@ -112,7 +112,18 @@ border: 0; color: $white; .input { - + color: $white; + input { + background: $bg40; + border: 2px solid $bg70; + color: $white; + } + .dropdown.button { + background: $bg40; + &:hover { + background: $bg30; + } + } } .repos-filter { .item { @@ -127,6 +138,33 @@ } } } + .attached.table { + background: $bg50; + border: 0; + color: $white; + ul { + li { + border-color: $bg70; + a { + svg { + fill: $white; + } + span.grey.text { + color: $white-dark !important; + svg { + fill: $white-dark; + } + } + } + &.private { + background: $bg50; + a { + color: $white-dark; + } + } + } + } + } } } }