Align colours and font sizes

This commit is contained in:
Ben Sturmfels 2023-04-20 11:29:53 +10:00
parent 124a563af9
commit aeb8f9d85e
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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 %}

View file

@ -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) }}