Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment to remove the animated background to improve load time #72 #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#9251FA" />
<meta name="description" content="Cryptocurrency exchange focused in privacy." />
</head>
<body class="mat-typography mat-app-background">
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-app",
"short_name": "angular-app",
"theme_color": "#1A1A1A",
"theme_color": "#9251FA",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
Expand Down
Loading