AndyB
Well-known member
The XenForo Default Style is excellent, the only real shortcoming is the navigation bar background (second row) is difficult to see on some devices, for example my iPad. However this problem can be easily corrected by adding the below code to your EXTRA.css template.
Before
After

Code:
.navTabs .navTab.selected .tabLinks {
background: url("styles/default/xenforo/gradients/navigation-tab.png") repeat-x scroll 0px -25px #176093;
}
Before

After
