Skip to content

Commit

Permalink
Merge branch 'anuragverma108:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyachauhan11 authored Oct 16, 2024
2 parents 542600a + 849cd4e commit d73d21c
Show file tree
Hide file tree
Showing 13 changed files with 1,077 additions and 655 deletions.
25 changes: 20 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,23 @@ ion-icon {
display: block;
}
.SwapReads {

color: black;
text-decoration: none;
font-weight: bold;

}

.dark-mode .SwapReads .logo {
color: white;
margin-left: 20px;
}

.dark-mode .SwapReads .logo {
color: white;
margin-left: 20px;
}

.SwapReads .logo {
margin-left: 16rem;
font-size: 2em; /* Large font size */
Expand Down Expand Up @@ -325,14 +335,18 @@ textarea {

input,
textarea {
padding-left: 1rem;
border: 1px solid #a30f17;
width: 100%;
border-radius: 5px;

padding-left: 1rem;
border: 1px solid #a30f17;
width: 100%;
border-radius: 5px;
margin-top: 5px;

}

button {


cursor: pointer;
background-color: #24706b;
font-size: 18px;
Expand All @@ -342,6 +356,7 @@ button {
top: 10px;
right: 10px;
border: #000;

}

address {
Expand Down
22 changes: 20 additions & 2 deletions assets/css/test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,35 @@ body.dark-mode .bio {
}

body.dark-mode .fa-linkedin-in {

color: rgb(170, 218, 255);

}

body.dark-mode .fa-discord {
color: rgb(170, 218, 255);

color: #8e6165;

}

body.dark-mode .fa-discord {
color: #8e6165;
}

body.dark-mode .fa-github-alt {

color: rgb(209, 184, 255);

}

body.dark-mode .fa-instagram {
color: #8e6165;
}

body.dark-mode .fa-instagram {
color: rgb(253, 190, 217);

color: #8e6165;

}
.card-image {
height: 150px;
Expand Down
Loading

0 comments on commit d73d21c

Please sign in to comment.