Skip to content

Commit

Permalink
Merge pull request #713 from Subhajit-2023-44/3
Browse files Browse the repository at this point in the history
Add a contributors page done ! #706
  • Loading branch information
YadavAkhileshh authored Nov 7, 2024
2 parents 7bc8c81 + 13f5ded commit 8d9dbe4
Show file tree
Hide file tree
Showing 5 changed files with 657 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Alien.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ body.dark-theme {
display: flex;
align-items: left;
color: #0ff0fc;
font-size: 20px;
font-size: 14px;
font-weight: bold;
/* padding-right: 90px; */
justify-content: center;
-webkit-text-stroke: 2px #093c84;
-webkit-text-stroke: 1px #093c84;
/* Outline color */
text-shadow: 0 4px 8px rgba(0, 255, 255, 0.1);
margin-left: -23px;
margin-right: 9px;
}

.navbar {
Expand Down Expand Up @@ -298,6 +300,7 @@ button {
text-transform: uppercase;
letter-spacing: 1px;
transition: all var(--transition-speed);
margin-left: -13px;
}

body:not(.dark-theme) button {
Expand Down
Loading

0 comments on commit 8d9dbe4

Please sign in to comment.