1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

improve feed, entry, category a11y

This commit is contained in:
krvpb024 2024-01-27 15:11:48 +08:00 committed by Frédéric Guillot
parent 6413c9f9f7
commit 6c78a1d635
23 changed files with 139 additions and 43 deletions

View file

@ -815,9 +815,31 @@ template {
box-shadow: var(--current-item-box-shadow);
}
.item-header {
font-size: 1rem;
}
.item-header span {
font-weight: normal;
}
.item-title {
font-size: 1rem;
margin: 0;
display: inline;
}
.item-title a {
text-decoration: none;
font-weight: var(--item-title-link-font-weight);
font-size: inherit;
}
.feed-entries-counter {
display: inline-flex;
gap: 2px;
align-items: center;
}
.item-status-read .item-title a {