Skip to content

Commit

Permalink
Service and Signin/Signup changed (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsajad authored Jun 9, 2024
1 parent de845e0 commit a7857d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,11 @@
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="Html-Files/news.html">News</a></li>
<a href="dex.html"><button>Service</button></a>
<a href="dex.html">Service</a>
<li><a href="#patient-portal">Patient Portal</a></li>
<li><a href="#doctors">Doctor</a></li>
<li><a href="Html-Files/contact.html">Contact us</a></li>
<a href="login.html"><button>Sign in/Sign up</button></a>
<a href="login.html">Sign in/Sign up</a>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
}

a {
color: #55a5ea;
color: #ffffff;
text-decoration: none;
}

Expand Down

0 comments on commit a7857d8

Please sign in to comment.