tweak: make buttons and links in nav the same color
This commit is contained in:
		@@ -12,4 +12,12 @@
 | 
			
		||||
            color: #159bd4 !important;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    > * {
 | 
			
		||||
        .nav-item {
 | 
			
		||||
            .btn.btn-transparent {
 | 
			
		||||
                color: rgba(250,250,250,.55);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -6,4 +6,12 @@
 | 
			
		||||
    .description a {
 | 
			
		||||
        color: var(--bs-primary) !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    > * {
 | 
			
		||||
        .nav-item {
 | 
			
		||||
            .btn.btn-transparent {
 | 
			
		||||
                color: rgba(0,0,0,.55);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user