mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-19 00:02:50 +09:00
Bold news titles
This commit is contained in:
parent
47fdcec1be
commit
f95b81d4c6
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user