テーマカラー変更

This commit is contained in:
ThinaticSystem
2022-02-14 09:12:02 +09:00
parent d0981f5053
commit 56c8428ac2
6 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"start_url": "/",
"display": "standalone",
"background_color": "#313a42",
"theme_color": "#86b300",
"theme_color": "#77b58c",
"icons": [
{
"src": "/static-assets/icons/192.png",

View File

@ -19,8 +19,8 @@ html
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
meta(name='referrer' content='origin')
meta(name='theme-color' content= themeColor || '#86b300')
meta(name='theme-color-orig' content= themeColor || '#86b300')
meta(name='theme-color' content= themeColor || '#77b58c')
meta(name='theme-color-orig' content= themeColor || '#77b58c')
meta(property='twitter:card' content='summary')
meta(property='og:site_name' content= instanceName || 'Misskey')
meta(name='viewport' content='width=device-width, initial-scale=1')

View File

@ -51,7 +51,7 @@ export async function sendEmail(to: string, subject: string, html: string, text:
a {
text-decoration: none;
color: #86b300;
color: #77b58c;
}
a:hover {
text-decoration: underline;
@ -65,7 +65,7 @@ export async function sendEmail(to: string, subject: string, html: string, text:
}
main > header {
padding: 32px;
background: #86b300;
background: #77b58c;
}
main > header > img {
max-width: 128px;