diff --git a/index.html b/index.html index 82204ef..2c92702 100644 --- a/index.html +++ b/index.html @@ -39,17 +39,17 @@ new TWTR.Widget({ version: 2, type: 'profile', - rpp: 3, + rpp: 2, interval: 6000, width: 400, height: 300, theme: { shell: { - background: '#eee', + background: '#e9e9e9', color: '#000000' }, tweets: { - background: '#eee', + background: '#e9e9e9', color: '#111', links: '#333' }