This commit is contained in:
2026-03-31 01:39:06 +09:00
parent 4b2fdd9c77
commit 05a9a64581
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="author" content="Nercone a.k.a. DiamondGotCat">
<meta name="theme-color" content="#A9A9A9">
<meta name="theme-color" content="#1A1A1A">
<!-- OGP (Open Graph protocol) -->
<meta property="og:site_name" content="nercone's website">
<meta property="og:title" content="{{ self.title() }}">

View File

@@ -3,8 +3,8 @@
"description": "作りたいものを作り、やりたくないことからは逃げる学生",
"start_url": "https://nercone.dev/",
"display": "standalone",
"theme_color": "#A9A9A9",
"background_color": "#202020",
"theme_color": "#1A1A1A",
"background_color": "#1A1A1A",
"icons": [
{
"src": "/assets/images/favicon_cat.png",