Tweak borders
This commit is contained in:
parent
158c9622fd
commit
86b7c280de
2 changed files with 5 additions and 2 deletions
|
@ -3,9 +3,11 @@ body {
|
|||
max-width: 750px;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
border-bottom: unset;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 2px solid var(--nc-bg-3);
|
||||
margin-top: 2em;
|
||||
font-size: 80%;
|
||||
color: var(--nc-tx-2);
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
{% endblock %}
|
||||
|
||||
<footer>
|
||||
<hr>
|
||||
<p>
|
||||
Thoughts written here are my own and dont reflect any of my past, present
|
||||
or future employer's position.
|
||||
|
|
Reference in a new issue