Remove media from theme-color meta tag

Currently not supported in many browsers, so to keep things valid
it has been removed.
web-bloat
Nathan Steel 4 years ago
parent c406481489
commit 76e83c5a07

@ -6,8 +6,8 @@
<meta name="description" content="The course of life, employment history, and skillset of Aney."> <meta name="description" content="The course of life, employment history, and skillset of Aney.">
<meta name="keywords" content="Web Design, Development, Education, Job History, Hobbies"> <meta name="keywords" content="Web Design, Development, Education, Job History, Hobbies">
<meta name="author" content="Nathan (Aney) Steel"> <meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> <meta name="theme-color" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black"> <meta name="theme-color" content="green">
<link rel="stylesheet" type="text/css" href="main.css"> <link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg"> <link rel="icon" type="image/png" href="images/favicon.svg">
<title>Aney's curriculum vitae (CV)</title> <title>Aney's curriculum vitae (CV)</title>

@ -7,8 +7,8 @@
<meta name="description" content="A collection of the hardware, and other tools used by Aney, to work, and create"> <meta name="description" content="A collection of the hardware, and other tools used by Aney, to work, and create">
<meta name="keywords" content="Equipment, Technology, Hardware, Computing"> <meta name="keywords" content="Equipment, Technology, Hardware, Computing">
<meta name="author" content="Nathan (Aney) Steel"> <meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> <meta name="theme-color" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black"> <meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css"> <link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg"> <link rel="icon" type="image/png" href="images/favicon.svg">
<title>Hardware</title> <title>Hardware</title>

@ -7,8 +7,8 @@
<meta name="description" content="The homepage for anyone finding Aney's small, self-hosted network/homelab"> <meta name="description" content="The homepage for anyone finding Aney's small, self-hosted network/homelab">
<meta name="keywords" content="Self-hosted, Homepage, HTML, CSS"> <meta name="keywords" content="Self-hosted, Homepage, HTML, CSS">
<meta name="author" content="Nathan (Aney) Steel"> <meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> <meta name="theme-color" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black"> <meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css"> <link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg"> <link rel="icon" type="image/png" href="images/favicon.svg">
<title>Aney's Network</title> <title>Aney's Network</title>

@ -7,8 +7,8 @@
<meta name="description" content="A collection of current, previous, and future (mostly software) projects."> <meta name="description" content="A collection of current, previous, and future (mostly software) projects.">
<meta name="keywords" content="Projects, Portfolio"> <meta name="keywords" content="Projects, Portfolio">
<meta name="author" content="Nathan (Aney) Steel"> <meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> <meta name="theme-color" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black"> <meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css"> <link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg"> <link rel="icon" type="image/png" href="images/favicon.svg">
<title>Projects</title> <title>Projects</title>

Loading…
Cancel
Save