Increase fontsize under Notebook

I just tested this one is just fine:

span.title, span.tag-label {
    font-size: 16px;
}

Or, If you are talking about the notelist it would be use the below:


.note-list-item > a > span {
    font-size:16px;
}