Edited templates for assignments

parent c90e14a5
header {
color: black;
background-color: white;
font-family: 'Futura';
font-size: 40px;
text-align: center;
}
h1 {
color: cornflowerblue;
font-family: 'Futura';
text-align: center;
}
li {
color: red;
font-family: 'Futura';
font-size: 18px;
text-align: center;
}
a:visited {
color: black;
}
body {
background-color: azure;
}
header {
color: black;
background-color: white;
font-family: 'Futura';
font-size: 40px;
text-align: center;
}
h1 {
color: cornflowerblue;
font-family: 'Futura';
text-align: center;
}
li {
color: red;
font-family: 'Futura';
font-size: 18px;
text-align: center;
}
a:visited {
color: black;
}
body {
background-color: azure;
}
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block title %}Assignments{% endblock %} {% block title %}Assignments{% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{% static 'assignments/css/list_styles.css' %}"> <link rel="stylesheet" href="{% static 'assignments/css/assignments_detail_styles.css' %}">
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block title %}Assignments{% endblock %} {% block title %}Assignments{% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{% static 'assignments/css/list_styles.css' %}"> <link rel="stylesheet" href="{% static 'assignments/css/assignments_list_styles.css' %}">
{% endblock %} {% endblock %}
......
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