diff --git a/src/App.css b/src/App.css index 85b8e55..5b25de7 100644 --- a/src/App.css +++ b/src/App.css @@ -67,13 +67,13 @@ position: relative; } .todo-list-title:hover span[contenteditable="false"]:before { - content: 'Click to edit'; + content: 'click to edit'; position: absolute; - top: -5px; + top: -6px; left: 11px; - font-size: 10px; + font-size: 11px; font-weight: 300; - color: #c1c1c1; + color: #adadad; letter-spacing: 1px; } diff --git a/src/App.js b/src/App.js index 2590a7f..5badc24 100644 --- a/src/App.js +++ b/src/App.js @@ -191,7 +191,7 @@ class App extends Component {

Netlify + Fauna DB

- Using FaunaDB & netlify functions + Using FaunaDB & Netlify functions