Make oblique text more noticeable
This commit is contained in:
parent
79c0ba9eed
commit
5c0f786686
2 changed files with 8 additions and 2 deletions
|
|
@ -127,6 +127,12 @@ div#error-poem {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
em, i {
|
||||||
|
font-style: oblique 20deg;
|
||||||
|
font-weight: 300;
|
||||||
|
padding-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
em#index-node-count {
|
em#index-node-count {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,13 @@
|
||||||
{%- block body %}
|
{%- block body %}
|
||||||
<h1>{%if config.site_title %}{{ config.site_title }}{% else %}en{%endif%}</h1>
|
<h1>{%if config.site_title %}{{ config.site_title }}{% else %}en{%endif%}</h1>
|
||||||
<p>
|
<p>
|
||||||
<em>
|
<i>
|
||||||
{% if config.site_description %}
|
{% if config.site_description %}
|
||||||
{{config.site_description}}
|
{{config.site_description}}
|
||||||
{% else %}
|
{% else %}
|
||||||
A non-linear writing instrument.
|
A non-linear writing instrument.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</em>
|
</i>
|
||||||
{% if nodes %}
|
{% if nodes %}
|
||||||
{% if config.index_search %}
|
{% if config.index_search %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue