mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix link text invalid color value
This commit is contained in:
parent
8791d32ed2
commit
fd5033a8b6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
font-size: 120%;
|
||||
|
||||
a:link {
|
||||
color: #black;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue