You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The visual appearance of *Komunumo* can be customized to your instance's need. As of now, this configuration is globally per instance (e.g. no further styling per community).
315
+
316
+
To load a custom stylesheet (CSS file), just add it to the following location and restart your instance:
317
+
318
+
```
319
+
{KOMUNUMO_FILES_BASEDIR}/custom/styles/styles.css
320
+
```
321
+
322
+
*Komunumo* detects whether this file is present and if so loads it within the HTML output of all pages.
323
+
324
+
If you reference other static files like images from your stylesheet, make sure to put those files in the same directory as the `styles.css` file.
0 commit comments