Merge pull request #28 from teaxyz/Change-Linktree-Link-Color

Changed linktree link to teal
This commit is contained in:
Max Howell 2022-05-21 14:28:20 -04:00 committed by GitHub
commit a63136c67a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -556,7 +556,7 @@
<input class="email-field mb-2" placeholder="Email" name="EMAIL" type="email" /> <input class="email-field mb-2" placeholder="Email" name="EMAIL" type="email" />
<input class="email-submit btn-primary mb-3" type="submit" value="subscribe" /> <input class="email-submit btn-primary mb-3" type="submit" value="subscribe" />
</form> </form>
<p style="font-size: 16px; color: gray;">You can also share our <a href="https://linktr.ee/teaxyz">Linktree</a>. <p style="font-size: 16px; color: gray;">You can also share our <a style="color:#54BAAB;" href="https://linktr.ee/teaxyz">Linktree</a>.
</p> </p>
</div> </div>
</div> </div>

View file

@ -349,7 +349,7 @@
<input class="email-field mb-2" placeholder="Email" name="EMAIL" type="email" /> <input class="email-field mb-2" placeholder="Email" name="EMAIL" type="email" />
<input class="email-submit btn-primary mb-3" type="submit" value="subscribe" /> <input class="email-submit btn-primary mb-3" type="submit" value="subscribe" />
</form> </form>
<p style="font-size: 16px; color: gray;">You can also share our <a href="https://linktr.ee/teaxyz">Linktree</a>. <p style="font-size: 16px; color: gray;">You can also share our <a style="color:#54BAAB;" href="https://linktr.ee/teaxyz">Linktree</a>.
</p> </p>
</div> </div>
</div> </div>