mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
change colors
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="theme-color" content="#000000">
|
<meta name="theme-color" content="#4ba6fa">
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is added to the
|
manifest.json provides metadata used when your web app is added to the
|
||||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
],
|
],
|
||||||
"start_url": "./",
|
"start_url": "./",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#4ba6fa",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#fbfbfb"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -194,6 +194,6 @@ textarea.todo--input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filter--active {
|
.filter--active {
|
||||||
font-weight: 400;
|
font-weight: 500;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ function Link({ active, onClick, children }) {
|
|||||||
style={{
|
style={{
|
||||||
margin: '0 0.2rem',
|
margin: '0 0.2rem',
|
||||||
padding: '1rem 0.3rem',
|
padding: '1rem 0.3rem',
|
||||||
|
color: active ? 'black' : '#444444',
|
||||||
borderRadius: '7px',
|
borderRadius: '7px',
|
||||||
}}
|
}}
|
||||||
className={classes.join(' ')}
|
className={classes.join(' ')}
|
||||||
|
|||||||
Reference in New Issue
Block a user