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

Commit 44a1b35a authored by Ronak Patel's avatar Ronak Patel
Browse files

bg color changes

parent 2031af7c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,9 +166,9 @@ export default {
	margin-bottom: 10px;
}
#captchaForm #fields input {
	background-color: var(--input-background-color);
	background-color: #ffffff;
	margin-bottom: 0;
	color: var(--color-main-text);
	color: #000000;
	display: block;
	width: 100%;
	font-size: 16px;
+2 −2
Original line number Diff line number Diff line
@@ -160,9 +160,9 @@ export default {
}

#recoveryEmailForm #fields input{
	background-color: var(--input-background-color);
	background-color: #ffffff;
	margin-bottom: 0;
	color: var(--color-main-text);
	color: #000000;
	display: block;
	width: 100%;
	font-size: 16px;