Fixing some color variables (#1038)

This commit is contained in:
Jesús Espino 2021-08-19 12:26:26 +02:00 committed by GitHub
parent 307fee78fc
commit b5d58060cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
.Menu {
a,
button {
color: rgba(var(--sidebar-text-rgb), 1);
color: rgba(var(--center-channel-text-rgb), 1);
i {
color: inherit;

View file

@ -1,6 +1,6 @@
.focalboard-body .FocalboardLogoIcon {
width: 32px;
height: 32px;
fill: rgba(var(--main-fg), 0.7);
fill: rgba(var(--sidebar-text-rgb), 0.7);
}

View file

@ -1,4 +1,4 @@
.focalboard-body .HelpIcon {
color: rgba(var(--main-fg), 0.7);
color: rgba(var(--sidebar-text-rgb), 0.7);
font-size: 16px;
}

View file

@ -1,4 +1,4 @@
.focalboard-body .LogoIcon {
font-size: 16px;
color: rgba(var(--main-fg), 0.7);
color: rgba(var(--sidebar-text-rgb), 0.7);
}