mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
h1 edit
This commit is contained in:
parent
ebb13fb898
commit
187961aa12
@ -152,6 +152,7 @@ font-weight: 700
|
||||
}
|
||||
|
||||
strong,
|
||||
h1 strong,
|
||||
h2 strong,
|
||||
h3 strong {
|
||||
color: #404040;
|
||||
@ -159,6 +160,7 @@ text-decoration: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 strong,
|
||||
h2 strong,
|
||||
h3 strong {
|
||||
color: #898989;
|
||||
|
@ -5,9 +5,9 @@
|
||||
{% block content %}
|
||||
|
||||
<section>
|
||||
<h2>
|
||||
<h1>
|
||||
<strong>offen</strong> is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
||||
</h2>
|
||||
</h1>
|
||||
|
||||
{% block before_content %}{% endblock %}
|
||||
{% block page_content %}{{ page.content }}{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user