Files
ESP32-Mazda_3_BK/Code/lib/FastLED/docs/include/fastled-docs.css
2026-02-10 22:32:16 +01:00

12 lines
236 B
CSS

/**
FastLED Doxygen Stylesheet
https://github.com/FastLED/FastLED/
*/
/** Hide "Detailed Description" sub-header when the
* detailed description is at the top of a page.
*/
.contents a#details + h2.groupheader {
display:none;
}