mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
18 lines
209 B
CSS
18 lines
209 B
CSS
#titlearea {
|
|
padding-right: 0;
|
|
}
|
|
|
|
#projectlogo img {
|
|
height: 40px;
|
|
width: auto;
|
|
}
|
|
|
|
#projectname,
|
|
#projectbrief {
|
|
display: none;
|
|
}
|
|
|
|
html.dark-mode #projectlogo img {
|
|
content: url('smath_dark.svg');
|
|
}
|