Tweak borders

This commit is contained in:
Gabriel Augendre 2020-12-31 13:49:56 +01:00
parent 158c9622fd
commit 86b7c280de
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4
2 changed files with 5 additions and 2 deletions

View file

@ -3,9 +3,11 @@ body {
max-width: 750px; max-width: 750px;
} }
h1, h2, h3 {
border-bottom: unset;
}
footer { footer {
border-top: 2px solid var(--nc-bg-3);
margin-top: 2em;
font-size: 80%; font-size: 80%;
color: var(--nc-tx-2); color: var(--nc-tx-2);
} }

View file

@ -24,6 +24,7 @@
{% endblock %} {% endblock %}
<footer> <footer>
<hr>
<p> <p>
Thoughts written here are my own and dont reflect any of my past, present Thoughts written here are my own and dont reflect any of my past, present
or future employer's position. or future employer's position.