1
0
Fork 0
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:
J Blackman 2023-06-07 14:34:19 +10:00 committed by GitHub
parent 655fb93d64
commit 43f155836a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 759 additions and 852 deletions

View file

@ -941,3 +941,6 @@ progress[value] {
}
}
}
.invertable {
filter: invert(1)
}

View file

@ -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

Before After
Before After