Added theme meta tag (colors navigation bar on some browsers), disabled links underline on mobile
This commit is contained in:
parent
59df9a3017
commit
85ed55b51d
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue