mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	reduced font weight of message text
This commit is contained in:
		@ -1,5 +1,5 @@
 | 
				
			|||||||
$border-style: 3px solid currentColor;
 | 
					$border-style: 3px solid currentColor;
 | 
				
			||||||
$p-size: 5px;
 | 
					$p-size: 8px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.root {
 | 
					.root {
 | 
				
			||||||
  * {
 | 
					  * {
 | 
				
			||||||
@ -13,13 +13,13 @@ $p-size: 5px;
 | 
				
			|||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    font-family: var(--theme-text-display-font-family);
 | 
					    font-family: var(--theme-text-display-font-family);
 | 
				
			||||||
    font-weight: bold;
 | 
					    font-weight: 600;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .message {
 | 
					  .message {
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    overflow-wrap: anywhere;
 | 
					    overflow-wrap: anywhere;
 | 
				
			||||||
    font-weight: 600;
 | 
					    font-weight: 500;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    mark {
 | 
					    mark {
 | 
				
			||||||
      padding-left: 0.35em;
 | 
					      padding-left: 0.35em;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user