diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-17 23:52:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-17 23:52:36 +0300 |
| commit | c6ca611809f3149d330908207b746390725e6a88 (patch) | |
| tree | 4cbecffe4f87ab228dd9e10c0cb4331056a06b65 /lib | |
| parent | e0f9a7722da62dec49353abff27cce9caf409113 (diff) | |
update css styles
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/html.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.source.sh b/lib/html.source.sh index 683ea99..50e6786 100644 --- a/lib/html.source.sh +++ b/lib/html.source.sh @@ -86,7 +86,7 @@ html::process_inline () { html::add_extras () { local -r html_base_dir="$CONTENT_BASE_DIR/html" - cp "$HTML_CSS_STYLE" "$html_base_dir/style.css" + cp "$HTML_CSS_STYLE" "$html_base_dir/" while read -r section_dir; do local override_source="./extras/html/style-$(basename "$section_dir")-override.css" |
