Skip to content

Commit

Permalink
fix: a better accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Nov 22, 2023
1 parent 11363ea commit 32238a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body style='font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;'>
<div style="text-align: center; padding-top: 30px;">
<h2 style="color:#051c59; font-weight: 500; font-size: 30px; margin-bottom: 10px;">CalendarSync authentication successful!</h2>
<p style="font-size:20px; color:#7df481; margin-top: 10px;">You can now close this window.</p>
<p style="font-size:20px; color:#172e9a; margin-top: 10px;">You can now close this window.</p>
</div>
<div style="text-align: center; padding-top: 30px;">
<p style="font-size:15px; color:#051c59; margin-top: 20px;">The CalendarSync project is powered by:</p>
Expand Down

0 comments on commit 32238a4

Please sign in to comment.