NilsJPWerner opened a new issue, #36557: URL: https://github.com/apache/airflow/issues/36557
### Description I think bolding and increasing the fontsize of task headers would improve legibility. Here is a comparison: Before: <img src="https://github.com/apache/airflow/assets/10968348/92a986f2-00a7-4d95-bdad-0279881ce60e" width="300"> After: <img src="https://github.com/apache/airflow/assets/10968348/30a73ae8-318a-419a-ab41-91638700e64e" width="350"> This was from just adding `font-weight: bold` and `font-size: 14px` to the header css, and increasing the height of the task by a few pixels. Some other suggestions are to make the the border a bit wider and drop the task status from the contents since the border now makes it redundant. It could be replaced with duration or nothing at all. <img src="https://github.com/apache/airflow/assets/10968348/761d137d-d546-4b67-a315-01f5717bb333" width="300"> ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
