mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 18:47:11 +00:00
Make the docs and github buttons on the sign in email less prominent
This commit is contained in:
parent
20888d3930
commit
753859fbe0
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@
|
||||||
|
|
||||||
<div style="margin-top: 30px; text-align: center;">
|
<div style="margin-top: 30px; text-align: center;">
|
||||||
<a href="https://docs.khoj.dev" target="_blank"
|
<a href="https://docs.khoj.dev" target="_blank"
|
||||||
style="display: inline-block; margin: 0 10px; padding: 8px 15px; background-color: #FFA07A; color: #ffffff; text-decoration: none; border-radius: 5px;">Docs</a>
|
style="display: inline-block; margin: 0 10px; padding: 8px 15px; border: 2px solid #FFA07A; color: #FFA07A; text-decoration: none; border-radius: 5px; background-color: transparent;">Docs</a>
|
||||||
<a href="https://github.com/khoj-ai/khoj" target="_blank"
|
<a href="https://github.com/khoj-ai/khoj" target="_blank"
|
||||||
style="display: inline-block; margin: 0 10px; padding: 8px 15px; background-color: #FFA07A; color: #ffffff; text-decoration: none; border-radius: 5px;">GitHub</a>
|
style="display: inline-block; margin: 0 10px; padding: 8px 15px; border: 2px solid #FFA07A; color: #FFA07A; text-decoration: none; border-radius: 5px; background-color: transparent;">GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue