mirror of https://github.com/zulip/zulip.git
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:
parent
80ee255f2b
commit
207a0d789f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue