Changed colors of widget to our theme

This commit is contained in:
Philipp Bayer
2012-06-14 11:15:32 +10:00
parent 71ed691d0e
commit b84a94ab75

View File

@@ -22,13 +22,13 @@ new TWTR.Widget({
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
background: '#ffffff',
color: '#000000'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
background: '#ffffff',
color: '#000000',
links: '#339bb9'
}
},
features: {