Skip to content

Commit 0f5b646

Browse files
committed
feat: 블로그 컬러 테마 수정
1 parent 0b22b97 commit 0f5b646

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/img/favicons/browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: compress
77
<msapplication>
88
<tile>
99
<square150x150logo src="{{ '/assets/img/favicons/mstile-150x150.png' | relative_url }}" />
10-
<TileColor>#da532c</TileColor>
10+
<TileColor>#FF3E00</TileColor>
1111
</tile>
1212
</msapplication>
1313
</browserconfig>

assets/img/favicons/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ layout: compress
2020
"type": "image/png"
2121
}],
2222
"start_url": "{{ '/index.html' | relative_url }}",
23-
"theme_color": "#2a1e6b",
24-
"background_color": "#ffffff",
23+
"theme_color": "#282828",
24+
"background_color": "#282828",
2525
"display": "fullscreen"
2626
}

0 commit comments

Comments
 (0)