Skip to content

Commit ac5e259

Browse files
author
SKirby
committed
Updated files for final testing
1 parent abddee1 commit ac5e259

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

templates/login.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
<p>&nbsp;</p>
2-
<p>&nbsp;</p>
3-
<p>&nbsp;</p>
4-
<p>&nbsp;</p>
51
<html>
62
<head>
73
<style>
84
input[type=submit] {
9-
background-color: #1a75ff;
5+
background-color: rgb(0, 26, 255);
106
border: none;
11-
color: white;
7+
color: purple;
128
padding: 16px 32px;
139
text-decoration: none;
1410
margin: 4px 2px;
@@ -19,7 +15,7 @@
1915
<body>
2016
<form action="{{ url_for('app_auth') }}" method="POST">
2117
<div style="text-align: center; border: 0px solid">
22-
<button type="submit">Login to Procore</button>
18+
<button type="submit">Login to ProCore'</button>
2319
</div>
2420
</form>
2521

0 commit comments

Comments
 (0)