Customization -> custom html style applies not on settings page #4706

Closed
opened 2026-02-05 09:11:50 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @clemone210 on GitHub (Apr 30, 2024).

Describe the Bug

When using customized style within the settings it is applied everywhere, except the settings page.
Is it intentional?

Steps to Reproduce

  1. Set primary color to white
  2. Set custome style to include:
.button {
    color: #000;
}

header .links a {
    color: #000;
}

header .user-name {
    color: #000;
} 

Expected Behaviour

Apply custom style also to settings page.

Screenshots or Additional Context

Screenshot 2024_04_30 16-57-14
Screenshot 2024_04_30 16-57-07

Browser Details

No response

Exact BookStack Version

v24.02.3

Originally created by @clemone210 on GitHub (Apr 30, 2024). ### Describe the Bug When using customized style within the settings it is applied everywhere, except the settings page. Is it intentional? ### Steps to Reproduce 1. Set primary color to white 2. Set custome style to include: ``` .button { color: #000; } header .links a { color: #000; } header .user-name { color: #000; } ``` ### Expected Behaviour Apply custom style also to settings page. ### Screenshots or Additional Context ![Screenshot 2024_04_30 16-57-14](https://github.com/BookStackApp/BookStack/assets/43761260/4b1fdec7-a31f-4293-b085-6570e997e077) ![Screenshot 2024_04_30 16-57-07](https://github.com/BookStackApp/BookStack/assets/43761260/e01c5b8c-4748-404c-831a-31c3b283286f) ### Browser Details _No response_ ### Exact BookStack Version v24.02.3
OVERLORD added the 🐛 Bug label 2026-02-05 09:11:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#4706