diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:23:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:43:11 +0000 |
| commit | 75c662e7b01e4f85fbe3e500158239bc244f8112 (patch) | |
| tree | b3e236bbbf852ef61573d29086bb773402842830 /docs/style.css | |
| parent | more changes for ldoc (diff) | |
| download | alive-75c662e7b01e4f85fbe3e500158239bc244f8112.tar.gz alive-75c662e7b01e4f85fbe3e500158239bc244f8112.zip | |
add internals docs
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/style.css b/docs/style.css index cc84456..e063e58 100644 --- a/docs/style.css +++ b/docs/style.css @@ -13,6 +13,8 @@ body { font-family: 'Source Sans Pro', sans-serif; color: #222222; + + overflow-y: scroll; } @media (max-width: 699px) { body { @@ -21,7 +23,7 @@ body { } article { - padding: 3rem 2em 1em; + padding: 4rem 2em 1em; } code { @@ -31,7 +33,6 @@ code { padding: 0.03em 0.2em; } - pre { white-space: pre-wrap; padding: 0.5rem 1rem; @@ -59,9 +60,9 @@ a { color: inherit; } -ul { +ul, ol { list-style: '- '; - margin: 0; + margin: 0.5em 0; padding-left: 0.6em; } @@ -90,6 +91,10 @@ nav a { nav > a { margin-left: 1rem; + text-decoration: none; +} +nav > a.active { + text-decoration: underline; } nav span a { @@ -140,5 +145,4 @@ a:hover code, .nest > p { margin: 0; - white-space: pre-wrap; } |
