message_time: Lighten font-weight to 350.

The tabular figures in Source Sans 3 place a foot on the 1, and
overall just feel visually a little heavier than their proportional
counterparts.

To compensate for that, this takes advantage of the variable-font
properties of Source Sans 3 to subtly drop the weight to keep the
timestamp readable but not in fierce competition with the message
area.
This commit is contained in:
Karl Stolley 2023-08-24 10:39:00 -05:00 committed by Tim Abbott
parent 80ee255f2b
commit 207a0d789f
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ td.pointer {
.messagebox-content .message_time {
display: block;
font-size: 13px;
font-weight: normal;
font-weight: 350;
text-align: right;
opacity: 0.8;
color: var(--color-text-default);