[dark theme] changed inlined colors in 'about' styles

This commit is contained in:
Maxim Kadushkin 2020-11-18 22:03:16 +03:00
parent 25f56d381a
commit aa0b644648

View file

@ -23,18 +23,19 @@
margin: 0 30px;
font: 12px Tahoma;
letter-spacing: 1px;
color: #666666;
color: @text-normal;
font-weight: bold;
white-space: nowrap;
}
.asc-about-version {
font: 15px Tahoma;
color: #b6b6b6;
color: @text-tertiary;
}
.asc-about-companyname {
font: bold 15px Tahoma;
color: #333;
color: @text-normal;
}
label {
@ -42,11 +43,11 @@
&.asc-about-desc-name,
&.asc-about-lic {
font: 12px Tahoma;
color: #333;
color: @text-normal;
}
&.asc-about-desc-name {
color: #666666;
color: @text-normal;
white-space: pre;
}
@ -58,7 +59,7 @@
a {
font: 12px Tahoma;
color: #333;
color: @text-normal;
}
.separator.horizontal {