Skip to content

Commit 43f1558

Browse files
authored
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
1 parent 655fb93 commit 43f1558

File tree

3 files changed

+759
-852
lines changed

3 files changed

+759
-852
lines changed

src/css/dark-theme.less

+3
Original file line numberDiff line numberDiff line change
@@ -941,3 +941,6 @@ progress[value] {
941941
}
942942
}
943943
}
944+
.invertable {
945+
filter: invert(1)
946+
}

src/css/main.less

+3
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,9 @@ dialog {
11611161
max-height: 50px;
11621162
margin: 0 auto 10px auto
11631163
}
1164+
.img_sponsor {
1165+
height: 100%
1166+
}
11641167
.note {
11651168
background-color: #fff7cd;
11661169
border: 1px solid #ffe55f;

0 commit comments

Comments
 (0)