diff --git a/src/app/boards/boards.component.css b/src/app/boards/boards.component.css index a620e85..3c3b0ad 100644 --- a/src/app/boards/boards.component.css +++ b/src/app/boards/boards.component.css @@ -2,5 +2,7 @@ list-style: none; margin: 0 0 10px; padding: 0; - background-color: rgb(255, 72, 0) + background-color: rgb(143, 142, 142); + color: #5d5d5d; } +.wrapper {width: 800px;} diff --git a/src/app/boards/boards.component.html b/src/app/boards/boards.component.html index 7d7092c..8748a51 100644 --- a/src/app/boards/boards.component.html +++ b/src/app/boards/boards.component.html @@ -1,14 +1,15 @@ +
свiня ,
- + anonpls

>>{{post.Id}} {{post.Date}}

{{post.Text}}

- +
@@ -19,3 +20,4 @@
+ \ No newline at end of file