css: Increase opacity for grey elements.

The message timestamp and a few settings elements looked off with the
new 25% off white dark theme font color.
This commit is contained in:
Tim Abbott
2023-05-16 16:52:19 -07:00
parent 6fb16f3598
commit ac3acc941f
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ h3,
.fa-question-circle-o {
top: 1px;
/* This should match .settings-info-icon. */
opacity: 0.6;
opacity: 0.7;
position: relative;
&:hover {
@@ -43,7 +43,7 @@ h3,
fa-question-circle-o logic above. */
.settings-info-icon {
padding-left: 3px;
opacity: 0.6;
opacity: 0.7;
&:hover {
opacity: 1;

View File

@@ -981,7 +981,7 @@ td.pointer {
font-size: 12px;
font-weight: normal;
text-align: right;
opacity: 0.6;
opacity: 0.8;
color: var(--color-text-default);
font-feature-settings: "pnum" on, "lnum" on;
letter-spacing: 0.02em;
@@ -996,7 +996,7 @@ td.pointer {
display: block;
font-size: 12px;
text-align: right;
opacity: 0.6;
opacity: 0.8;
color: var(--color-text-default);
animation: rotate 1s infinite linear;
}