feat: make all buttons use margin
This commit is contained in:
		@@ -142,13 +142,13 @@ select, button {
 | 
			
		||||
 | 
			
		||||
    .btn2 {
 | 
			
		||||
        height: 40px;
 | 
			
		||||
        margin: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    a:hover, .button_darken:hover {
 | 
			
		||||
        background-color: var(--highlight-one);
 | 
			
		||||
        color: var(--highlight-one-text);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    button {
 | 
			
		||||
        background: inherit;
 | 
			
		||||
        color: inherit;
 | 
			
		||||
@@ -187,6 +187,7 @@ select, button {
 | 
			
		||||
    padding: 8px;
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    border: none;
 | 
			
		||||
    margin: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-button, .link-button a:link, .link-button a:visited {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user