Changed the font color for announcements

parent 494233ae
h1 { h1 {
font-family: verdana; font-family: verdana;
color: Maroon;
} }
body { body {
font-family: verdana; font-family: verdana;
background-color: hotpink; background-color: MistyRose;
color: SaddleBrown;
} }
\ No newline at end of file
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
<h1> <h1>
{{announcement_details.announcement_title}} {{announcement_details.announcement_title}}
</h1> </h1>
<h2> <h4>
by by
{{announcement_details.author.first_name}} {{announcement_details.author.first_name}}
{{announcement_details.author.last_name}} {{announcement_details.author.last_name}}
dated {{announcement_details.pub_date|date:"d/m/Y"}} dated {{announcement_details.pub_date|date:"d/m/Y"}}
</h2> </h4>
<p style="border:white; border-width:5px; border-style:dotted; border-radius: 10px"> <p style="border:PaleVioletRed; border-width:5px; border-style:dotted; border-radius: 10px">
{{announcement_details.announcement_body}} {{announcement_details.announcement_body}}
</p> </p>
<li>Like: {{like}}</li> <li>Like: {{like}}</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment