add: report problem page

This commit is contained in:
Mahyar Khanbolooki
2025-07-29 23:34:19 +03:30
parent 8bf8da5df7
commit 9361364e78
9 changed files with 551 additions and 5 deletions
+17
View File
@@ -88,6 +88,23 @@ input[type="password"] {
background: #555;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
box-shadow: 0 0 0px 0px transparent inset !important;
-webkit-text-fill-color: #000 !important;
background: currentColor !important;
transition: background-color 10000s ease-in-out 0s;
}
input:autofill {
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
box-shadow: 0 0 0px 0px transparent inset !important;
-webkit-text-fill-color: #000 !important;
background: currentColor !important;
transition: background-color 10000s ease-in-out 0s;
}
.box-shadow-normal {
box-shadow: 0px 2px 16px 0px #00000014;
}