Skip to content

Commit

Permalink
Merge pull request #2 from SymphonyBlockchain/feat--init-design
Browse files Browse the repository at this point in the history
fix: color changes
  • Loading branch information
SymphonyBlockchain authored Jul 15, 2023
2 parents 32ad9ce + 32df9b3 commit 40a28e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
File renamed without changes
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: url('Logo.png') no-repeat center center fixed;
background: url('background.png') no-repeat center center fixed;
background-size: cover;
}

Expand Down Expand Up @@ -116,6 +116,10 @@
transition: opacity 0.2s ease;
}

a:not(.visited){
color: white;
}

a:hover, a:visited {
color: #C3A761;
}
Expand Down

0 comments on commit 40a28e5

Please sign in to comment.