diff --git a/css/posts.css b/css/posts.css new file mode 100644 index 0000000..7a50c4d --- /dev/null +++ b/css/posts.css @@ -0,0 +1,34 @@ +#posts > div > p { + color: green; +} + +.self { + color: gray; +} + +#username-self { + color: lightgreen; +} + + +#posts > div { + background-color: darkgray; + padding-left: 5px; + padding-bottom: 2px; +} + +body { + background-color: black; +} + +textarea { + background-color: gray; +} + +button { + background-color: gray; +} + +* { + font-family: Arial, Helvetica, sans-serif; +} diff --git a/views/posts.html b/views/posts.html index a9437f9..7d60cf4 100644 --- a/views/posts.html +++ b/views/posts.html @@ -3,7 +3,42 @@