(20241129) Minor changes to OAuth success/failure HTML views.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user