[CSS] Note content text decoration underline set on anchor links
This commit is contained in:
		@@ -34,11 +34,6 @@ body,input,textarea,select {
 | 
				
			|||||||
    color: currentColor;
 | 
					    color: currentColor;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a:hover,
 | 
					 | 
				
			||||||
a:focus {
 | 
					 | 
				
			||||||
    text-decoration: underline;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
hr {
 | 
					hr {
 | 
				
			||||||
    all: unset;
 | 
					    all: unset;
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -289,6 +289,10 @@ embed header {
 | 
				
			|||||||
    margin-bottom: var(--smaller)
 | 
					    margin-bottom: var(--smaller)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.note-text a {
 | 
				
			||||||
 | 
					    text-decoration: underline !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.note-attachments {
 | 
					.note-attachments {
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    justify-items: flex-start;
 | 
					    justify-items: flex-start;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user