We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abddee1 commit ac5e259Copy full SHA for ac5e259
1 file changed
templates/login.html
@@ -1,14 +1,10 @@
1
-<p> </p>
2
3
4
5
<html>
6
<head>
7
<style>
8
input[type=submit] {
9
- background-color: #1a75ff;
+ background-color: rgb(0, 26, 255);
10
border: none;
11
- color: white;
+ color: purple;
12
padding: 16px 32px;
13
text-decoration: none;
14
margin: 4px 2px;
@@ -19,7 +15,7 @@
19
15
<body>
20
16
<form action="{{ url_for('app_auth') }}" method="POST">
21
17
<div style="text-align: center; border: 0px solid">
22
- <button type="submit">Login to Procore</button>
18
+ <button type="submit">Login to ProCore'</button>
23
</div>
24
</form>
25
0 commit comments