caddy/modules/caddyhttp/fileserver
iliana etaoin b1d04f5b39
fileserver: better dark mode visited link contrast (#5105)
PR #4066 added a dark color scheme to the file_server browse template.
PR #4356 later set the links for the `:visited` pseudo-class, but did
not set anything for the dark mode, resulting in poor contrast. I
selected some new colors by feel.

This commit also adds an `a:visited:hover` for both, to go along with
the normal blue hover colors.
2022-10-01 18:14:27 -06:00
..
testdata fileserver: Support glob expansion in file matcher (#4993) 2022-09-05 13:53:41 -06:00
browse.go fileserver: Ignore EOF when browsing empty dir 2022-09-07 21:14:11 -06:00
browse.html fileserver: better dark mode visited link contrast (#5105) 2022-10-01 18:14:27 -06:00
browsetplcontext.go Drop requirement for filesystems to implement fs.StatFS 2022-09-05 19:25:34 -04:00
browsetplcontext_test.go fileserver: browse: do not encode the paths in breadcrumbs and page title (#4410) 2021-11-23 03:13:09 -05:00
caddyfile.go Drop requirement for filesystems to implement fs.StatFS 2022-09-05 19:25:34 -04:00
command.go fileserver: Reinstate --debug flag 2022-09-20 16:56:02 -06:00
matcher.go core: Variadic Context.Logger(); soft deprecation 2022-09-16 16:55:36 -06:00
matcher_test.go fileserver: Support glob expansion in file matcher (#4993) 2022-09-05 13:53:41 -06:00
staticfiles.go core: Variadic Context.Logger(); soft deprecation 2022-09-16 16:55:36 -06:00
staticfiles_test.go caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207) 2021-06-17 09:59:08 -06:00