1
0
Fork 0
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:
Bill Thornton 2022-09-16 10:06:36 -04:00 committed by GitHub
parent 8791d32ed2
commit fd5033a8b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
font-size: 120%;
a:link {
color: #black;
color: #000000;
text-decoration: none;
}