From 294e0e947e13153b77d85e72c6f7cf8e6fe39cd3 Mon Sep 17 00:00:00 2001 From: Cadyrov Date: Sat, 22 Oct 2022 02:03:05 +1000 Subject: [PATCH] q --- src/app/boards/boards.component.css | 4 +++- src/app/boards/boards.component.html | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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