RpNation / bbcode

RpNation's Official BBCode Implementation for Discourse
GNU General Public License v3.0
1 stars 3 forks source link

Updates existing BBCode Tags to use theme variables #96

Closed MShultz closed 3 months ago

MShultz commented 3 months ago

PR updates the BBCode tag styles to use theme variables rather than hard coded colors. Resolves #63

In areas where the RPN blue was used, I swapped it for the tertiary color of the palette. Where it made sense, updated backgrounds (to things like spoiler) so the text was readable again.

Updates the following:

  1. Blockquote
  2. Border
  3. Divide
  4. Fieldset
  5. Highlight
  6. Mail
  7. Newspaper
  8. OOC
  9. Progress
  10. Side
  11. Spoilers

New tags added moving forward should utilize the theme variables to ensure better consistency with Discourse theming.

Tested with the pre-loaded styles with Discourse. There are about 6 in total and they all looked good. Downloaded the RPN theme but there isn't a color scheme yet (that I can tell?) so I wasn't able to do that one.