sidebars: Update typography for sidebar titles.

This commit is contained in:
Karl Stolley 2024-08-12 09:56:33 -04:00 committed by Tim Abbott
parent a534e9fdb6
commit 14695dd26a
3 changed files with 8 additions and 4 deletions

View File

@ -328,6 +328,10 @@
--message-box-markdown-aligned-vertical-space: 5px;
}
/* Shared sidebar typography and effects values. */
--font-weight-sidebar-heading: 600;
--letter-spacing-sidebar-heading: 0.0469em;
/*
Message box elements and values.
*/

View File

@ -12,8 +12,8 @@
.left-sidebar-title {
color: var(--color-text-sidebar-heading);
font-size: inherit;
font-weight: normal;
display: inline;
font-weight: var(--font-weight-sidebar-heading);
letter-spacing: var(--letter-spacing-sidebar-heading);
/* Override heading margin from Bootstrap. */
margin: 0;
/* Show an ellipsis on a heading when

View File

@ -15,8 +15,8 @@ $user_status_emoji_width: 24px;
.right-sidebar-title {
color: var(--color-text-sidebar-heading);
font-size: inherit;
font-weight: normal;
display: inline;
font-weight: var(--font-weight-sidebar-heading);
letter-spacing: var(--letter-spacing-sidebar-heading);
}
#buddy_list_wrapper {