diff --git a/templates/main.css b/templates/main.css index ebc36b4..e3dbf20 100644 --- a/templates/main.css +++ b/templates/main.css @@ -85,6 +85,10 @@ nav .file { opacity: .8; } +nav .not-last { + opacity: .5; +} + footer { padding: 1em 0; color: gray; diff --git a/templates/main.html b/templates/main.html index ee7e540..9f572d6 100644 --- a/templates/main.html +++ b/templates/main.html @@ -25,9 +25,21 @@