Created
February 21, 2022 01:00
-
-
Save nicebyte/077162bade31b799f085542a52ffeff5 to your computer and use it in GitHub Desktop.
CSS to make Doxygen output look less retro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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