fixing paper theme login page
This commit is contained in:
		@@ -451,6 +451,18 @@ html[theme="paper"] a {
 | 
			
		||||
  color: var(--black);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[theme="paper"] .login-form {
 | 
			
		||||
  background: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[theme="paper"] .login-form input {
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[theme="paper"] .login-form button[type="submit"] {
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[theme="atmos"] {
 | 
			
		||||
  --accent: #1fb2b0;
 | 
			
		||||
  --bg: #161618;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user