Bold news titles

This commit is contained in:
Niléane 2024-01-23 18:09:28 +01:00
parent 47fdcec1be
commit f95b81d4c6
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__title {
color: var(--color-content-fg);
}
.app-body .story__details__title {
font-weight: bold;
}
.app-body .story:hover {
background-color: var(--color-content-bg-focus);
}

View file

@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__title {
color: var(--color-content-fg);
}
.app-body .story__details__title {
font-weight: bold;
}
.app-body .story:hover {
background-color: var(--color-content-bg-focus);
}

View file

@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .story__details__title {
color: var(--color-content-fg);
}
.app-body .story__details__title {
font-weight: bold;
}
.app-body .story:hover {
background-color: var(--color-content-bg-focus);
}