mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-02-03 03:31:47 +01:00
Lint project
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<title>Arthur Danjou - My Résumé</title>
|
||||
<meta name="description" content="Opinionated Vite Starter Template">
|
||||
<meta name="description" content="My tech and development résumé">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script>
|
||||
(function() {
|
||||
(function () {
|
||||
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||
const setting = localStorage.getItem('color-schema') || 'auto'
|
||||
if (setting === 'dark' || (prefersDark && setting !== 'light'))
|
||||
|
||||
Reference in New Issue
Block a user