Skip to content

Commit

Permalink
Update transfer-lists.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jun 6, 2024
1 parent 4473170 commit cfe9658
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css_files/transfer-lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ section {
}

h1 {
color: #282B34;
color: black;
text-align: center;
text-shadow: 1px 1px 1px black, 1px 1px 1px white;
font-size: 1.8em;
}

body.dark-mode .SearchTransferlist {
color: #FFFFFF;
}
Expand Down Expand Up @@ -126,4 +127,4 @@ body.dark-mode .SearchTransferlist {
.preview img:hover {
transform: scale(1.2);
transition: all 0.2s ease-in-out;
}
}

0 comments on commit cfe9658

Please sign in to comment.