Make current board bold in bottom board list.

This commit is contained in:
ccd0 2019-07-18 08:37:02 -07:00
parent 95cd15613e
commit a523f1e75b

View File

@ -362,7 +362,8 @@ audio.controls-added {
#toggleMsgBtn { #toggleMsgBtn {
display: none !important; display: none !important;
} }
.current { .current,
:root.sw-yotsuba div#boardNavDesktopFoot a.current {
font-weight: bold; font-weight: bold;
} }
@media (min-width: 1300px) { @media (min-width: 1300px) {