🐛 Fixed dark mode link input bug

no refs.
- fixed style bug for link input in Koenig having no blue border in dark mode
This commit is contained in:
Peter Zimon 2020-01-21 12:27:30 +01:00
parent d2ac367371
commit 397e18c7c0

View File

@ -487,8 +487,14 @@ input:focus,
background-color: transparent;
}
/* Dark style Lists */
/* Koenig styles */
.kg-link-input {
border-color: var(--blue) !important;
}
/* Dark style Lists */
.gh-list {
background: #212A2E;
}
@ -500,6 +506,7 @@ input:focus,
background: color-mod(var(--lightgrey) l(-9%));
}
/* Members */
.gh-members-chart-header {
background: color-mod(var(--lightgrey) l(-9%));