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

Commit def7f085 authored by Akhil's avatar Akhil 🙂
Browse files

Fixed color of messages and logo size

parent d75b64e1
Loading
Loading
Loading
Loading
+1039 −1038
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ body {
  #header .logo {
	  background-image: url('../img/logo.png?v=18');
	  background-repeat: no-repeat;
	background-size: 175px;
	  background-size: 100px;
	  background-position: center;
	  width: 256px;
	  min-height: 128px;
@@ -1022,15 +1022,15 @@ a.legal {
  #body-login .warning,
  #body-login .error {
	width: 100%;
  color: #d8000c;
  background-color: #ffd2d2;
	color: white;
	background-color: #CE6E6E;
	font-size: 1.1em;
  }
  
  #body-login .update,
  #body-login .success {
  color: #4f8a10;
  background-color: #dff2bf;
	  color: white;
	  background-color: #9BCE79;
  }
  
  #body-login #user:hover,
@@ -1057,3 +1057,4 @@ a.legal {
  #body-login #reset-password-submit:hover {
	opacity: 0.9;
  }
  
 No newline at end of file