Skip to content

Commit

Permalink
updated styles of dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKeshri committed Jul 30, 2024
1 parent db23118 commit 7e12d33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion payment.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ body {

/* Dark mode styles */
body.dark-mode {
background-color: #212529;
background-color: #002152;
color: #ffffff;
}

Expand Down Expand Up @@ -417,3 +417,18 @@ body.dark-mode .footer {
.toggle:checked:before {
transform: translateX(25px);
}

.text-center h2{
background: linear-gradient(120deg, #1c99fe 20.69%, #7644ff 50.19%, #fd4766 79.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
font-weight: 600;
}
body.dark-mode #inst{
background: black;
}
.newNav #btn-style{
background-color: var(--btn-border) !important;
border: 2px solid var(--btn-border) !important;
}
2 changes: 1 addition & 1 deletion payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 style="text-decoration: underline ;" >Guide</h2>

<div class="py-4 text-left">

<div style="border:2px solid #a1a1a1; padding: 2rem;">
<div id="inst" style="border:2px solid #a1a1a1; padding: 2rem;border-radius: 12px;">
<p >Before you proceed to checkout, here are some instructions : </p>
<ul class="connected list no2">
<li>Fill in the required fields with your personal details (name, email, username etc.)</li>
Expand Down

0 comments on commit 7e12d33

Please sign in to comment.