Skip to content

Commit

Permalink
fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-1337 committed Sep 29, 2024
1 parent 9d95422 commit 851e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#004f4f">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<meta name="theme-color" content="#004f4f">
</head>
<body class="mat-typography mat-app-background">
<app-root></app-root>
Expand Down

0 comments on commit 851e953

Please sign in to comment.