Align colours and font sizes
This commit is contained in:
parent
124a563af9
commit
aeb8f9d85e
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
{% block content %}
|
||||
<header>
|
||||
<h1 class="f2 lh-title mt4 mb3 entry-title">{{ article.title }}</h1>
|
||||
<h1 class="page-title entry-title">{{ article.title }}</h1>
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
</header>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<nav class="navbar navbar-expand-lg navbar-dark" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%); margin-bottom: 1rem">
|
||||
<div class="container">
|
||||
<h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
|
||||
<a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
|
||||
<a class="white" href="/" style="text-decoration: none">
|
||||
FOSSY 2023
|
||||
</a>
|
||||
</h2>
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
|
||||
|
||||
{% block content_title %}
|
||||
<h1 class="f2 lh-title mt4 mb3">Articles in the {{ category }} category</h1>
|
||||
<h1 class="page-title">Articles in the {{ category }} category</h1>
|
||||
{% endblock %}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="f2 lh-title mt4 mb3">{{ page.title }}</h1>
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(page) }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue