Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure for the Current Theme

Links in your plugin can be made to be overridden by the values of the current theme by adding a class "override" to each link.

Code Block
languagehtml/xml
titleAllow the theme to override the color of your links
...
<a class="override" href="/">Click me!</a>
...