chore: add mx-uc.css

This commit is contained in:
sup39 2024-01-18 05:52:12 +09:00
parent 0b5efb0a88
commit 8cd6ba97b6
Signed by: sup39
GPG key ID: 111C00916C1641E5
3 changed files with 9 additions and 0 deletions

View file

@ -26,6 +26,7 @@
<meta name="theme-color" content="#000000" />
<link id="favicon" rel="shortcut icon" href="./public/favicon.ico" />
<link rel="stylesheet" href="/mx-uc.css" />
<link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />

4
public/mx-uc.css Normal file
View file

@ -0,0 +1,4 @@
:root {
--mx-uc--sup39-chat_sup39_dev: #2ee5b8;
/* --mx-uc--naskya-chat_naskya_net: ; */
}

View file

@ -33,6 +33,10 @@ const copyFiles = {
src: 'public/res/android',
dest: 'public/',
},
{
src: 'public/mx-uc.css',
dest: '',
},
{
src: 'twemoji/assets/svg/*',
dest: 'twemoji/',