Use dark grey for all text, change theme color
This commit is contained in:
@@ -11,6 +11,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Noto Serif', sans-serif;
|
font-family: 'Noto Serif', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root,
|
#root,
|
||||||
@@ -96,7 +97,7 @@ body {
|
|||||||
.user-avatar-placeholder {
|
.user-avatar-placeholder {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background: #333;
|
background: #2a3743;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -192,7 +193,6 @@ body {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
background: white;
|
background: white;
|
||||||
color: #333;
|
|
||||||
z-index: 3100; /* Higher than Header (3000) */
|
z-index: 3100; /* Higher than Header (3000) */
|
||||||
box-shadow: 2px 0 5px rgb(0 0 0 / 10%);
|
box-shadow: 2px 0 5px rgb(0 0 0 / 10%);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<!-- App identity -->
|
<!-- App identity -->
|
||||||
<meta name="application-name" content="Marco">
|
<meta name="application-name" content="Marco">
|
||||||
<meta name="apple-mobile-web-app-title" content="Marco">
|
<meta name="apple-mobile-web-app-title" content="Marco">
|
||||||
<meta name="theme-color" content="#333333">
|
<meta name="theme-color" content="#2a3743">
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- PWA Manifest -->
|
||||||
<link rel="manifest" href="/web-app-manifest.json">
|
<link rel="manifest" href="/web-app-manifest.json">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#f8f9fa",
|
"background_color": "#f8f9fa",
|
||||||
"theme_color": "#333333",
|
"theme_color": "#2a3743",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-192.png",
|
"src": "/icons/icon-192.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user