(20241129) Minor changes to OAuth success/failure HTML views.

This commit is contained in:
2024-11-29 14:02:21 +05:30
parent c367a5c8b4
commit f9a517f6a7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
}
body {
font-family: 'Arial', sans-serif;
background-color: #f4f7fc; /* Light grayish-blue */
background-color: rgba(244, 241, 253, 1); /* Light purple */
display: flex;
justify-content: center;
align-items: center;
@@ -39,7 +39,7 @@
p {
font-size: 16px;
color: #666; /* Light gray text */
color: #132F41; /* Dark blue text */
margin-bottom: 20px;
}