diff options
Diffstat (limited to '_static')
-rw-r--r-- | _static/img/novena_logo.png | bin | 4351 -> 12013 bytes | |||
-rw-r--r-- | _static/style.css | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/_static/img/novena_logo.png b/_static/img/novena_logo.png Binary files differindex d026fb2..8e11ce4 100644 --- a/_static/img/novena_logo.png +++ b/_static/img/novena_logo.png diff --git a/_static/style.css b/_static/style.css index bf279d8..9478b7a 100644 --- a/_static/style.css +++ b/_static/style.css @@ -82,11 +82,15 @@ a tt { } .sphinxsidebar { - padding-top: 10em; + padding-top: 1em; opacity: 0.65; font-size: 0.9rem; } +.logo { + padding-bottom: 0.5em; +} + .sphinxsidebar:hover { opacity: 0.9; } |