diff options
| -rw-r--r-- | docs/_layouts/user-guide.html | 2 | ||||
| -rw-r--r-- | docs/assets/css/style.scss | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index c744c6462..9a776aadc 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -174,7 +174,7 @@ <div id="centeringDiv"> <div id="navDiv"> {% include_relative nav.html %} - <a class="editButton" title="Edit this page" href="https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.branch }}/docs/{{ page.path }}"> + <a class="editButton" title="Edit this page" href="https://github.com/{{ site.github.repository_nwo }}/edit/master/docs/{{ page.path }}"> <svg class="editIcon" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"> <path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"> diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 79064ce31..c1b99c280 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -2,6 +2,15 @@ --- @import "{{ site.theme }}"; +a:hover { + text-decoration: underline; +} +h3 { + color: #363636; +} +h4 { + color: #363636; +} blockquote { background-color: #f2f2f2; padding-top: 10px; |
