diff --git a/apply_css.sh b/apply_css.sh index 961f9404..d38a2180 100755 --- a/apply_css.sh +++ b/apply_css.sh @@ -16,7 +16,7 @@ find "$HTML_DIR" -name "*.html" -type f | while read html_file; do # Insert the custom CSS link after doxygen.css # if [[ "$OSTYPE" == "darwin"* ]]; then # macOS - sed -i '' '/doxygen.css/a\ + sed -i '' '/general.css/a\ ' "$html_file" # else