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

Change background color of bio widget

This commit is contained in:
Jason Herskowitz
2014-12-02 09:39:49 -05:00
parent c2d7a8e769
commit 3fd3a96278

View File

@@ -380,7 +380,7 @@ ArtistInfoWidget::onBiographyLoaded()
QString html =
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:hover { color: #000000; text-decoration: underline; font-weight: bold; }"
"</style></head>"