#Change font size on tab titles

3 messages Β· Page 1 of 1 (latest)

round wren
#

Is there any way to change the text size for tabs in Zen? They're a bit too small for my liking

night ibex
#

through CSS, all things are possible

#

looks like all you need is a little

#tabbrowser-tabs {
  font-size: 1.2em !important;
}