Skip to content
Snippets Groups Projects

Using new doxygen theme

Merged Whitney Armstrong requested to merge doxygen_look into master
5 files
+ 1820
203
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 17
0
.github-corner svg {
fill: var(--primary-light-color);
color: var(--page-background-color);
width: 72px;
height: 72px;
}
#projectnumber {
margin-right: 25px;
}
@media screen and (max-width: 767px) {
.github-corner svg {
width: 55px;
height: 55px;
}
}
\ No newline at end of file
Loading