Skip to content

Commit

Permalink
text color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
udbhav26 committed May 31, 2024
1 parent 74b8868 commit dd52294
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
text-align: center;
}

p.text-color{
color: black;
}

h1.center{
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ title: Login
<input type="password" name="password" placeholder="Password" required></input>
<button type="submit">Log In</button>
</form>
<p>Don't have an account yet? [Sign Up](signup)</p>
<p class="text-color">Don't have an account yet? [Sign Up](signup)</p>
</div>
2 changes: 1 addition & 1 deletion src/pages/signup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: Sign Up
<input type="password" name="password" placeholder="Password" required></input>
<button type="submit">Sign Up</button>
</form>
<p>Already have an account? [Log In](login)</p>
<p class="text-color">Already have an account? [Log In](login)</p>
</div>


0 comments on commit dd52294

Please sign in to comment.