mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Firefox on Windows does not show the active link as bold
This commit is contained in:
parent
dd3f496d06
commit
d9f91fd919
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ a:hover {
|
||||||
|
|
||||||
.header .active a {
|
.header .active a {
|
||||||
color: var(--header-active-link-color);
|
color: var(--header-active-link-color);
|
||||||
font-weight: 500;
|
/* Note: Firefox on Windows does not show the link as bold if the value is under 600 */
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a:hover {
|
.header a:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue