Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2dc4e36 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'color_fixes' into 'nextcloud-18'

Added colors given by mahbub

See merge request e/infra/nextcloud-theme!5
parents def7f085 2f86ec58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1023,14 +1023,14 @@
  #body-login .error {
	width: 100%;
	color: white;
	background-color: #CE6E6E;
	background-color: #fb3845;
	font-size: 1.1em;
  }
  
  #body-login .update,
  #body-login .success {
	  color: white;
	  background-color: #9BCE79;
	  background-color: #3ad975;
  }
  
  #body-login #user:hover,