Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apply_css.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\
<link href="css_themes/general.css" rel="stylesheet" type="text/css" />
' "$html_file"
# else
Expand Down