Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dark theme: Fix tab header text color
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Jan 17, 2019
commit 2bade2e2067ab31065e52c785bc63b78b43ecb24
4 changes: 2 additions & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,11 @@ input[type="password"] {
flex-grow: 0;
padding: 12px;
text-align: center;
border-bottom: 1px solid $color-border;
border-bottom: 1px solid var(--color-border);
margin-bottom: 0;

.icon, a {
color: $color-main-text;
color: var(--color-main-text);
opacity: .5;
}
}
Expand Down