mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Changed colors of widget to our theme
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user