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:
parent
6413c9f9f7
commit
6c78a1d635
23 changed files with 139 additions and 43 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue