1- Where can I change the font color in board block titles in dark vision?
and
2- The size of board block links ?
please see pic

Thanks

root/ext/board3/portal/styles/prosilver/template/portal/modules/ open all html files in this directoryCode: Select all
{$TITLE}Code: Select all
<span class="b3p-blocktitle">{$TITLE}<span>root/ext/board3/portal/styles/dark_vision/theme/portal.cssCode: Select all
.b3p-blocktitle {
color: #ffa500;
}