mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Updated Dogcom logo for better light mode support. (#3472)
* Updated dogcom logo (for better light mode support). * Invertable class removed inadvertently * Missed `sponsor-img` class. * Use underscore to stay inline with current standard
This commit is contained in:
parent
655fb93d64
commit
43f155836a
3 changed files with 759 additions and 852 deletions
|
@ -941,3 +941,6 @@ progress[value] {
|
|||
}
|
||||
}
|
||||
}
|
||||
.invertable {
|
||||
filter: invert(1)
|
||||
}
|
||||
|
|
|
@ -1161,6 +1161,9 @@ dialog {
|
|||
max-height: 50px;
|
||||
margin: 0 auto 10px auto
|
||||
}
|
||||
.img_sponsor {
|
||||
height: 100%
|
||||
}
|
||||
.note {
|
||||
background-color: #fff7cd;
|
||||
border: 1px solid #ffe55f;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Add table
Add a link
Reference in a new issue