Added theme meta tag (colors navigation bar on some browsers), disabled links underline on mobile
Some checks are pending
/ build (push) Waiting to run
/ deploy (push) Blocked by required conditions

This commit is contained in:
Gu://em_ 2026-03-18 11:21:50 +01:00
parent 59df9a3017
commit 85ed55b51d
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ const { cards, website_title, website_logo } = data;
<!-- DISABLED because it prevents the font from loading --> <!-- DISABLED because it prevents the font from loading -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> --> <!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>{website_title}</title> <title>{website_title}</title>
</head> </head>

View file

@ -105,6 +105,10 @@
margin-top: 1.2rem; margin-top: 1.2rem;
} }
a {
text-decoration: none;
}
/*-Cards---------------------------------------------------------*/ /*-Cards---------------------------------------------------------*/
.card-container { .card-container {
@ -182,6 +186,7 @@
font-weight: 600; font-weight: 600;
color: #eaeaea; color: #eaeaea;
text-align: center; text-align: center;
text-decoration: none;
} }
.card-desc { .card-desc {