mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
Add logo to Doxygen documentation
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
21
docs/custom.css
Normal file
21
docs/custom.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#titlearea {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#projectlogo img {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#projectname,
|
||||
#projectbrief {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html.dark-mode #projectlogo img {
|
||||
content: url('smath_dark.svg');
|
||||
}
|
||||
|
||||
.header:has(+ .contents .anchor#md__r_e_a_d_m_e) {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user