Use purple for white mode, using black is now against branding guidelines

This commit is contained in:
Korbs 2024-12-05 00:55:53 -05:00
parent 61c1f34094
commit 03df5558e6

View file

@ -128,8 +128,18 @@ a {
a { a {
color: black !important; color: black !important;
} }
.sudovanilla-logo img { .sudovanilla-logo {
filter: invert(1); color: #7c7cbf;
}
.sv-logo-white {
display: none !important;
width: 32px;
height: 30px;
}
.sv-logo-purple {
display: inherit !important;
width: 32px;
height: 30px;
} }
} }
.pd-cta-end { .pd-cta-end {
@ -164,8 +174,18 @@ a {
a { a {
color: white !important; color: white !important;
} }
.sudovanilla-logo img { .sudovanilla-logo {
filter: invert(0); color: white;
}
.sv-logo-white {
display: inherit !important;
width: 32px;
height: 30px;
}
.sv-logo-purple {
display: none !important;
width: 32px;
height: 30px;
} }
} }
.pd-cta-end { .pd-cta-end {