Making theme color more prominent
This commit is contained in:
parent
b54fbe2059
commit
cb6d5cd944
@ -51,6 +51,6 @@
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#e188e5",
|
||||
"theme_color": "#E188E5",
|
||||
"background_color": "#ffffff"
|
||||
}
|
@ -65,7 +65,7 @@ export class Footer extends Component<{}, { synced: boolean, syncing: boolean }>
|
||||
Welcome <b>{Notes.name}</b>
|
||||
</span>
|
||||
<span style="color: lightgrey;">
|
||||
v1.0
|
||||
v1.1
|
||||
</span>
|
||||
</footer>
|
||||
}
|
||||
|
@ -16,10 +16,10 @@
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3E9AE9">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#E188E5">
|
||||
<script src="encoding.js"></script>
|
||||
<meta name="msapplication-TileColor" content="#3E9AE9">
|
||||
<meta name="theme-color" content="#3E9AE9">
|
||||
<meta name="msapplication-TileColor" content="#E188E5">
|
||||
<meta name="theme-color" content="#E188E5">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user