Versions Compared

Key

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

...

2. Create you custom CSS styles to overwrite the default theme of WProofreader.

Code Block
languagejscss
themeEmacs
<style>
    .wsc-theme-custom .wsc-badge__label-button {
        background-color: blue !important;
    }
</style>

...