split up style.css

This commit is contained in:
DerTyp187
2021-11-13 13:33:31 +01:00
parent 31fb809567
commit 1335bf8ce6
8 changed files with 221 additions and 196 deletions

View File

@@ -6,7 +6,10 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="{% static 'main/css/style.css' %}">
<link rel="stylesheet" href="{% static 'main/css/fonts.css' %}">
<link rel="stylesheet" href="{% static 'main/css/base.css' %}">
<link rel="stylesheet" href="{% static 'main/css/topic.css' %}">
<link rel="stylesheet" href="{% static 'main/css/category.css' %}">
<link rel="stylesheet" href="{% static 'main/highlight/styles/atom-one-dark.min.css' %}">
{% if title %}
@@ -31,7 +34,6 @@
<main>
<div id="main-content">
{% block content %}{% endblock %}
</div>
</main>

View File

@@ -1,7 +1,7 @@
{% extends "main/base.html" %}
{% block content %}
<div id="main-headline">
<div id="main-headline-container">
<h2>{{ category_obj.display_name }}</h2>
</div>