mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
change colors
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
],
|
||||
"start_url": "./",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
"theme_color": "#4ba6fa",
|
||||
"background_color": "#fbfbfb"
|
||||
}
|
||||
|
||||
@@ -194,6 +194,6 @@ textarea.todo--input {
|
||||
}
|
||||
|
||||
.filter--active {
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ function Link({ active, onClick, children }) {
|
||||
style={{
|
||||
margin: '0 0.2rem',
|
||||
padding: '1rem 0.3rem',
|
||||
color: active ? 'black' : '#444444',
|
||||
borderRadius: '7px',
|
||||
}}
|
||||
className={classes.join(' ')}
|
||||
|
||||
Reference in New Issue
Block a user