fix: bold on unread
This commit is contained in:
		@ -7,6 +7,9 @@ nav#main__menu {
 | 
			
		||||
 | 
			
		||||
  .unread {
 | 
			
		||||
    font-weight: bolder;
 | 
			
		||||
    .bold-on-unread  {
 | 
			
		||||
      font-weight: bolder!important;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  solid-route.menu,
 | 
			
		||||
 | 
			
		||||
@ -2,5 +2,5 @@ if componentSet.has('circles') || componentSet.has('projects')
 | 
			
		||||
  solid-widget(name='hubl-menu-publicprivate')
 | 
			
		||||
    template
 | 
			
		||||
      div(
 | 
			
		||||
        class="${value == 'Public' ? 'text-bold text-large': 'text-simple-line-icons text-xsmall'}"
 | 
			
		||||
        class="${value == 'Public' ? 'bold-on-unread text-large': 'text-simple-line-icons text-xsmall'}"
 | 
			
		||||
      ) ${value == 'Public' ? '#' : ''}
 | 
			
		||||
		Reference in New Issue
	
	Block a user