Making theme color more prominent

This commit is contained in:
Fabian 2019-06-01 12:41:59 +02:00
parent b54fbe2059
commit cb6d5cd944
3 changed files with 5 additions and 5 deletions

View File

@ -51,6 +51,6 @@
], ],
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#e188e5", "theme_color": "#E188E5",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

View File

@ -65,7 +65,7 @@ export class Footer extends Component<{}, { synced: boolean, syncing: boolean }>
Welcome <b>{Notes.name}</b> Welcome <b>{Notes.name}</b>
</span> </span>
<span style="color: lightgrey;"> <span style="color: lightgrey;">
v1.0 v1.1
</span> </span>
</footer> </footer>
} }

View File

@ -16,10 +16,10 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <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> <script src="encoding.js"></script>
<meta name="msapplication-TileColor" content="#3E9AE9"> <meta name="msapplication-TileColor" content="#E188E5">
<meta name="theme-color" content="#3E9AE9"> <meta name="theme-color" content="#E188E5">
</head> </head>
<body> <body>