Skip to content

Commit

Permalink
my change
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Oct 3, 2024
1 parent eaeeb6e commit ff4b231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/public/css/vendor/todomvc-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ button {
body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
background: #AAFFFF url('bg.png');
background: #AAFFBB url('bg.png');
color: #4d4d4d;
width: 640px;
margin: 0 auto;
Expand Down
3 changes: 2 additions & 1 deletion src/test/java/com/atomicjar/todos/ContainersConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public class ContainersConfig {
@ServiceConnection
@RestartScope
PostgreSQLContainer<?> postgreSQLContainer(){
return new PostgreSQLContainer<>("postgres:16-alpine");
return new PostgreSQLContainer<>(
"postgres:16-alpine");
}

}

0 comments on commit ff4b231

Please sign in to comment.