Correct logo and fonts
This commit is contained in:
parent
0af52c1df5
commit
6e7288fa13
|
@ -42,3 +42,9 @@
|
||||||
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
|
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-type-dark {
|
||||||
|
.about .logo {
|
||||||
|
background: ~"url(@{common-image-about-path}/logo-white_s.svg) no-repeat center";
|
||||||
|
}
|
||||||
|
}
|
|
@ -30,5 +30,7 @@
|
||||||
--toolbar-tab-normal: #757575;
|
--toolbar-tab-normal: #757575;
|
||||||
|
|
||||||
--component-disabled-opacity: .4;
|
--component-disabled-opacity: .4;
|
||||||
|
|
||||||
|
--image-border-types-filter: invert(100%) brightness(4);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -28,6 +28,8 @@
|
||||||
--toolbar-tab-normal:fade(#FFF, 50%);
|
--toolbar-tab-normal:fade(#FFF, 50%);
|
||||||
|
|
||||||
--component-disabled-opacity: .4;
|
--component-disabled-opacity: .4;
|
||||||
|
|
||||||
|
--image-border-types-filter: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@brand-word: var(--brand-word);
|
@brand-word: var(--brand-word);
|
||||||
|
|
|
@ -92,6 +92,9 @@
|
||||||
max-height: initial;
|
max-height: initial;
|
||||||
-webkit-line-clamp: initial;
|
-webkit-line-clamp: initial;
|
||||||
}
|
}
|
||||||
|
.font-item img {
|
||||||
|
filter: var(--image-border-types-filter, none)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shapes {
|
.shapes {
|
||||||
|
|
Loading…
Reference in a new issue