We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e205b7 commit 4074003Copy full SHA for 4074003
README.md
@@ -9,7 +9,7 @@ writing.
9
This project was created as demo for our talk, which will be available online soon.
10
11
<div align="center">
12
- <img src="https://i.imgur.com/gzjRTct.png" alt="Screenshot" width="702" />
+ <img src="https://i.imgur.com/RcN2yel.png" alt="Screenshot" width="700" />
13
</div>
14
15
## Overview
frontend/src/main/resources/index.html
@@ -9,6 +9,10 @@
<link rel="stylesheet" href="http://todomvc.com/examples/react/node_modules/todomvc-app-css/index.css">
<style>
+ #todos {
+ background: white;
+ }
+
16
.todoapp {
17
background: #f5f5f5;
18
margin-left: auto;
0 commit comments