Skip to content

Commit

Permalink
Merge pull request #872 from saumyayadav25/user-saumya
Browse files Browse the repository at this point in the history
home button visible
  • Loading branch information
vimistify authored Oct 17, 2024
2 parents 0d94296 + 965fe7c commit 581786b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/css/up.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@ form.sign-in-form {
position: absolute;
top: 20px;
left: 20px;
background: #4d84e2;
background: #dee6f5;
color: #000;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transition: 0.3s;
text-decoration: none;
border: 1px solid #4d84e2;
border: 1px solid #f3f1f1;
}
.homeBtn:hover {
background: #fff;
Expand Down
2 changes: 1 addition & 1 deletion up.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Register & Login</title>
<link rel="stylesheet" href="preloaderStyle.css">
<link rel="stylesheet" href="src\css/up.css" />
<link rel="stylesheet" href="src/css/up.css" />
<link rel="shortcut icon" href="ambulance.png" type="image/x-icon" />
<link
rel="stylesheet"
Expand Down

0 comments on commit 581786b

Please sign in to comment.