Glowers Club

all.css
/* placed in <stylingpages_plugin_dir>/all.css */
#dokuwiki__site::before {
  content: 'Hello from stylingpages';
  color: black;
  background: white;
  border: 1px solid red;
}