Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Further blue > green palette changes
Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested
locally
  • Loading branch information
tomchadwin committed Mar 29, 2016
1 parent e918e60 commit 72b6b2e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/api_custom.css
Expand Up @@ -246,6 +246,35 @@ dl.note
border-bottom: 1px solid #0d7200;
}

div.header {
border-bottom: 1px solid #a3d49d;
}

div.directory {
border-top: 1px solid #a3d49d;
border-bottom: 1px solid #a3d49d;
}

.directory tr.even {
background-color: #fcfcfa;
}

.icon {
background-color: #7cc272;
}

.arrow {
color: #a3d49d;
}

.directory .levels span {
color: #478c3e;
}

div.qindex, div.navtab {
background-color: #ecf5eb;
border: 1px solid #a9d6a3;
}
/* To overwrite tabs.css */
.tabs, .tabs2, .tabs3 {
background-image: inherit;
Expand Down

0 comments on commit 72b6b2e

Please sign in to comment.