Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSTACKr committed Jan 23, 2022
1 parent b2cd092 commit 1e3e4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your NFTs</title>
<title>CodeCats</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--font-primary: 'Poppins', sans-serif;
--font-secondary: 'Arvo', serif;
--font-code: 'Roboto', monospace;
--bg-color: #031f53;
--bg-color: #00163f;
--font-color: #ffffff;
--btn-bg-color: #ffffff;
--accent-color: #be7efe;
Expand Down

0 comments on commit 1e3e4e9

Please sign in to comment.