little cssing for header of dos
This commit is contained in:
parent
ab11352ee2
commit
4462449a27
2 changed files with 9 additions and 0 deletions
8
docs/sass/norg.scss
Normal file
8
docs/sass/norg.scss
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
header {
|
||||||
|
padding:0 1rem;
|
||||||
|
border-bottom:1px solid black;
|
||||||
|
a {
|
||||||
|
text-decoration:none;
|
||||||
|
color:initial;
|
||||||
|
}
|
||||||
|
}
|
1
docs/themes/norgbackup/templates/index.html
vendored
1
docs/themes/norgbackup/templates/index.html
vendored
|
@ -24,6 +24,7 @@
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
{% block css %}
|
{% block css %}
|
||||||
<link rel="stylesheet" href="{{ get_url(path="book.css") | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="book.css") | safe }}">
|
||||||
|
<link rel="stylesheet" href="{{ get_url(path="norg.css") | safe }}">
|
||||||
{% endblock css %}
|
{% endblock css %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
|
|
Loading…
Reference in a new issue