Make tweets 'pop out' more. (heh)

master
q3k 2012-05-13 10:28:10 +00:00
parent fbf3b407a1
commit 88278abc40
1 changed files with 3 additions and 3 deletions

View File

@ -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'
}