Skip to content

Instantly share code, notes, and snippets.

@nicebyte
Created February 21, 2022 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicebyte/077162bade31b799f085542a52ffeff5 to your computer and use it in GitHub Desktop.
Save nicebyte/077162bade31b799f085542a52ffeff5 to your computer and use it in GitHub Desktop.
CSS to make Doxygen output look less retro
body { max-width: 120ch; margin-left:auto; margin-right: auto;}
.memtitle { background-image: none }
.fieldtable th {background-image: none }
.sm-dox { background-image: none; background: #f9fafc }
h1.groupheader{ border-bottom: none; }
h2.groupheader{ border-bottom: none; }
h3.groupheader{ border-bottom: none; }
div.header { background-image: none; background: inherit; border-bottom: none; }
#titlearea { padding-bottom: 18pt }
div.header { margin-top: 8pt }
div.fragment { padding: 8pt }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment