From 37876ecd67db1c3d8961d1f6f6588057ce5abaad Mon Sep 17 00:00:00 2001 From: type Date: Tue, 4 Nov 2025 12:31:50 -0800 Subject: [PATCH] Updated apply_css script --- apply_css.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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