1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +02:00

Fix bio background color

This commit is contained in:
Jason Herskowitz
2014-12-15 11:58:55 -05:00
parent e8940f9dff
commit 73d3f92883

View File

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