Fixing some color variables (#1038)
This commit is contained in:
parent
307fee78fc
commit
b5d58060cf
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue