File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,14 @@ $logo-height: $navbar-height - 20px;
143143 white-space : nowrap ;
144144}
145145
146+ .category-link :link ,
147+ .category-link :hover ,
148+ .category-link :active ,
149+ .category-link :visited {
150+ color : $body-font-color ;
151+ text-decoration : none ;
152+ }
153+
146154#new-thread {
147155 .modal-container .modal-body {
148156 max-height : none ;
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ when defined(js):
3939 kstring " 0.25rem solid #" & category.color)
4040 ))
4141 span (class= " category-name" ):
42- text category.name
42+ a (href= makeUri (" /c/" & $ category.id), class= " category-link" ):
43+ text category.name
4344 if not compact:
4445 span (class= " topic-count" ):
4546 text " × " & $ category.numTopics
You can’t perform that action at this time.
0 commit comments