[dark theme] changed inlined colors in 'about' styles
This commit is contained in:
parent
25f56d381a
commit
aa0b644648
|
@ -23,18 +23,19 @@
|
||||||
margin: 0 30px;
|
margin: 0 30px;
|
||||||
font: 12px Tahoma;
|
font: 12px Tahoma;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
color: #666666;
|
color: @text-normal;
|
||||||
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.asc-about-version {
|
.asc-about-version {
|
||||||
font: 15px Tahoma;
|
font: 15px Tahoma;
|
||||||
color: #b6b6b6;
|
color: @text-tertiary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.asc-about-companyname {
|
.asc-about-companyname {
|
||||||
font: bold 15px Tahoma;
|
font: bold 15px Tahoma;
|
||||||
color: #333;
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
@ -42,11 +43,11 @@
|
||||||
&.asc-about-desc-name,
|
&.asc-about-desc-name,
|
||||||
&.asc-about-lic {
|
&.asc-about-lic {
|
||||||
font: 12px Tahoma;
|
font: 12px Tahoma;
|
||||||
color: #333;
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.asc-about-desc-name {
|
&.asc-about-desc-name {
|
||||||
color: #666666;
|
color: @text-normal;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +59,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font: 12px Tahoma;
|
font: 12px Tahoma;
|
||||||
color: #333;
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator.horizontal {
|
.separator.horizontal {
|
||||||
|
|
Loading…
Reference in a new issue