Fix status bar color (#7)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-08-06 13:50:43 +07:00 committed by GitHub
parent 4aeea7a3cc
commit 8f1f8721c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -84,6 +84,7 @@
display: flex;
align-items: center;
height: 100%;
color: var(--theme-content-color);
.status-messages {
flex-grow: 1;

View File

@ -23,14 +23,11 @@
justify-content: center;
align-items: center;
font-size: 11px;
opacity: .3;
user-select: none;
opacity: .5;
span {
margin-left: 8px;
}
&:hover {
opacity: 1;
}
}
</style>