Skip to content

Commit 4074003

Browse files
committed
Fix the background color of the todo list
1 parent 9e205b7 commit 4074003

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ writing.
99
This project was created as demo for our talk, which will be available online soon.
1010

1111
<div align="center">
12-
<img src="https://i.imgur.com/gzjRTct.png" alt="Screenshot" width="702" />
12+
<img src="https://i.imgur.com/RcN2yel.png" alt="Screenshot" width="700" />
1313
</div>
1414

1515
## Overview

frontend/src/main/resources/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
<link rel="stylesheet" href="http://todomvc.com/examples/react/node_modules/todomvc-app-css/index.css">
1111
<style>
12+
#todos {
13+
background: white;
14+
}
15+
1216
.todoapp {
1317
background: #f5f5f5;
1418
margin-left: auto;

0 commit comments

Comments
 (0)