mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Make it posible to customize nav text color via css var (#26807)
--- *Sponsored by Kithara Software GmbH*
This commit is contained in:
		@@ -245,6 +245,7 @@
 | 
				
			|||||||
  --color-tooltip-bg: #000000f0;
 | 
					  --color-tooltip-bg: #000000f0;
 | 
				
			||||||
  --color-nav-bg: #ffffff;
 | 
					  --color-nav-bg: #ffffff;
 | 
				
			||||||
  --color-nav-hover-bg: #ebebeb;
 | 
					  --color-nav-hover-bg: #ebebeb;
 | 
				
			||||||
 | 
					  --color-nav-text: var(--color-text);
 | 
				
			||||||
  --color-label-text: #232323;
 | 
					  --color-label-text: #232323;
 | 
				
			||||||
  --color-label-bg: #cacaca5b;
 | 
					  --color-label-bg: #cacaca5b;
 | 
				
			||||||
  --color-label-hover-bg: #cacacaa0;
 | 
					  --color-label-hover-bg: #cacacaa0;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,6 +34,10 @@
 | 
				
			|||||||
  justify-content: center;
 | 
					  justify-content: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#navbar > .menu > .item {
 | 
				
			||||||
 | 
					  color: var(--color-nav-text);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#navbar .dropdown .item {
 | 
					#navbar .dropdown .item {
 | 
				
			||||||
  justify-content: stretch;
 | 
					  justify-content: stretch;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user