little cssing for header of dos

This commit is contained in:
Paul Wilde 2024-08-24 12:31:09 +01:00
parent ab11352ee2
commit 4462449a27
2 changed files with 9 additions and 0 deletions

8
docs/sass/norg.scss Normal file
View file

@ -0,0 +1,8 @@
header {
padding:0 1rem;
border-bottom:1px solid black;
a {
text-decoration:none;
color:initial;
}
}

View file

@ -24,6 +24,7 @@
<!-- CSS -->
{% block css %}
<link rel="stylesheet" href="{{ get_url(path="book.css") | safe }}">
<link rel="stylesheet" href="{{ get_url(path="norg.css") | safe }}">
{% endblock css %}
{% block extra_head %}