vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-26 20:08:46 +01:00
parent a0e132171f
commit 1b658bb904

View file

@ -112,7 +112,18 @@
border: 0; border: 0;
color: $white; color: $white;
.input { .input {
color: $white;
input {
background: $bg40;
border: 2px solid $bg70;
color: $white;
}
.dropdown.button {
background: $bg40;
&:hover {
background: $bg30;
}
}
} }
.repos-filter { .repos-filter {
.item { .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;
}
}
}
}
}
} }
} }
} }