weihanglo / sfz

A simple static file serving command-line tool written in Rust.
https://crates.io/crates/sfz
Apache License 2.0
400 stars 30 forks source link

Support user-defined style #91

Closed tat3 closed 1 year ago

tat3 commented 2 years ago

Add a --style <style> option to the command line so that user-defined css will work for file listing pages.

For example, use the following.

$ sfz -p 4000 --style 'li { width: 400px; }'

This feature is related to #89.

weihanglo commented 1 year ago

Thank you for the PR. Unfortunately I have no time working on it. See #108.