>>850
#favoritesbar {
font-size: 22px;/*文字の大きさが変えられる*/
background-color: black !important;/*これで背景色が変えられる*/
color: white;/*これで文字色が変えられる*/
}
/*おまけ*/
#favoritesbar>[id^="fav"]>.favicon {
height: 64px;/*これでアイコンサイズが変えられる*/
}

あぁ”!important”を知らなかったのか