Changed the font color for announcements

parent 494233ae
h1 {
font-family: verdana;
color: Maroon;
}
body {
font-family: verdana;
background-color: hotpink;
background-color: MistyRose;
color: SaddleBrown;
}
\ No newline at end of file
......@@ -9,13 +9,13 @@
<h1>
{{announcement_details.announcement_title}}
</h1>
<h2>
<h4>
by
{{announcement_details.author.first_name}}
{{announcement_details.author.last_name}}
dated {{announcement_details.pub_date|date:"d/m/Y"}}
</h2>
<p style="border:white; border-width:5px; border-style:dotted; border-radius: 10px">
</h4>
<p style="border:PaleVioletRed; border-width:5px; border-style:dotted; border-radius: 10px">
{{announcement_details.announcement_body}}
</p>
<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