Site URL: https://www.tristanandsimon.com/
Hi there i want to make the logo white on the splash page of a portfolio page but then invert it on the actual project pages. screenshots to help.
i have this code already to invert the logo on the main homepage
body:not(.homepage) .header-title-logo img {
filter: invert(1);
-webkit-filter: invert(1);
}
i have this
I