mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
made logo responsive to color changes
This commit is contained in:
parent
7a2d80d9db
commit
522f7aa564
|
@ -118,6 +118,10 @@ html[data-theme="dark"] .header-github-link:before {
|
|||
margin: 20px 36px;
|
||||
}
|
||||
|
||||
.responsive-color-svg {
|
||||
fill: var(--ifm-heading-color)
|
||||
}
|
||||
|
||||
.theme-doc-markdown {
|
||||
max-width: none;
|
||||
}
|
||||
|
|
|
@ -51,10 +51,11 @@ const TwoPointZero = (): JSX.Element => {
|
|||
<div>
|
||||
<div>
|
||||
<img
|
||||
className="h-11 w-auto"
|
||||
className="h-11 w-auto responsive-color-svg"
|
||||
it
|
||||
src="/design/logo/svg/Mesh_Logo_Black.svg"
|
||||
alt="Your Company"
|
||||
|
||||
alt="Meshtastic Logo"
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-20">
|
||||
|
|
Loading…
Reference in a new issue