mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-19 04:31:05 +00:00
Fix: Footer size increased slightly.
This commit is contained in:
parent
55d899fe2b
commit
9d47d8677d
1 changed files with 6 additions and 0 deletions
|
@ -279,3 +279,9 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer a {
|
||||||
|
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
Loading…
Reference in a new issue