1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Fix the background color of the bio text box

This commit is contained in:
Jason Herskowitz
2015-05-01 16:06:37 -04:00
parent 0522fdb66d
commit da40a4a2bd

View File

@@ -380,7 +380,7 @@ ArtistInfoWidget::onBiographyLoaded()
QString html =
QString( "<html><head><style type=text/css>"
"body { margin: 0; padding: 0; color: #333333; background-color: #f9f9f9; font-family: Roboto; font-size: %1pt; font-weight: normal; }"
"body { margin: 0; padding: 0; color: #333333; background-color: #ffffff; font-family: Roboto; font-size: %1pt; font-weight: normal; }"
"a { color: #000000; text-decoration: none; font-weight: bold; }"
"a:hover { color: #000000; text-decoration: underline; font-weight: bold; }"
"</style></head>"