Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One Click Postage needs an update to the AlreadyReblogged CSS #2098

Open
nobodysuspectsthebutterfly opened this issue Jun 27, 2022 · 0 comments · May be fixed by #2099
Open

One Click Postage needs an update to the AlreadyReblogged CSS #2098

nobodysuspectsthebutterfly opened this issue Jun 27, 2022 · 0 comments · May be fixed by #2099

Comments

@nobodysuspectsthebutterfly
Copy link

nobodysuspectsthebutterfly commented Jun 27, 2022

The original CSS changing the color of an already reblogged post hasn't been working since a recent tumblr update, as has been mentioned in the discord. It's just one line, I think,

.xkit--react .reblogged svg[fill="rgba(var(--black), 0.65)"] {
	fill: rgb(var(--green));
}

I tweaked it a bit in my xkit editor - couldn't get the selector [style="--icon-color-primary:rgba(var(--black), 0.65)"] to work properly for some reason, but the following works, at least:

.xkit--react .reblogged svg {
	--icon-color-primary: rgb(var(--green)) !important;
}

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant