gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Change the background font to match the used theme #35

Closed IwishIcanFLighT closed 5 years ago

IwishIcanFLighT commented 6 years ago

Hi !

We use a dark theme on our Discourse instance and the reaction background color doesn't match our theme. While I could fork the project and edit the color as I see fit, it would be great that this background color could match the user theme or to at least have an option to change it.

Thanks !

gdpelican commented 6 years ago

Cool, thanks, I can grab this when I get some spare time. In the meantime though, you can edit the background color by adding some custom CSS to your theme by clicking 'Edit CSS/HTML' under admin/customize/themes, and adding something like

.post-retort {
  color: white;
  background: black;
}
IwishIcanFLighT commented 6 years ago

Thanks you very much! This fix worked like a charm!

Looking forward to the update! :wink:

gdpelican commented 5 years ago

This has been fixed for a while now, there should be no troubles with using Retort with a theme. �