diff --git a/pkg/srv/templates.go b/pkg/srv/templates.go index 20d9cf3..c05d348 100644 --- a/pkg/srv/templates.go +++ b/pkg/srv/templates.go @@ -39,7 +39,13 @@ a:link { a:visited { color: #e6e6e6; } -a:hover { +.listpath a:visited { + color: #b2b2b2; +} +.up a:visited { + color: #e6e6e6; +} +a:hover, .listpath a:hover { color: #fff; text-decoration: underline; } @@ -54,13 +60,13 @@ td { padding: 0; } .listitem { - background-color: #333; + background-color: #303030; } .listitem:hover { background-color: #404040; } .listitem:active { - background-color: #202020; + background-color: #363636; } .listpath { white-space: normal; @@ -97,7 +103,7 @@ td { background-color: #4caf50; } span { - color: #9b9b9b; + color: #b2b2b2; font-size: 15px; } @@ -110,7 +116,7 @@ span { [s]: stop preloading
| ../ | +../ | [dir] |