Fix staff counter buttons not working with the majority of backgrounds. #4

Closed
opened 2026-06-06 00:21:40 -04:00 by maxine · 2 comments
Owner

Creating my own issue and assinging myself to fix a CSS bug.
In user.scss there is a color component that is set to var(--secondary);

Which results in this.

The bug

This is unfortunately quite undesirable if you have backgrounds that blend in with the text... The fix is quite simple.
The fix

744e6852a3/scss/features/users.scss

    .staff-counters {
      @include ClearMenu();

      margin-bottom: 5px;
      color: var(--primary);
      backdrop-filter: blur(1rem);
    }

Will change from var to just #FFFFF.

Creating my own issue and assinging myself to fix a CSS bug. In `user.scss` there is a `color` component that is set to `var(--secondary);` Which results in this. ![The bug](https://cdn.yukaritakeba.com/u/149f5558-8699-406b-8ce7-feb89df210ee.png) This is unfortunately quite undesirable if you have backgrounds that blend in with the text... The fix is quite simple. ![The fix](https://cdn.yukaritakeba.com/u/7a83a704-2c8b-4420-a97f-41ccb6503202.png) https://forgejo.yukaritakeba.com/YakushimaOrganization/pyxmoderntheme-customized/src/commit/744e6852a38ca5507c163418c8b449db0ccaa52d/scss/features/users.scss ``` .staff-counters { @include ClearMenu(); margin-bottom: 5px; color: var(--primary); backdrop-filter: blur(1rem); } ``` Will change from var to just #FFFFF.
maxine self-assigned this 2026-06-06 00:21:40 -04:00
Author
Owner

Forgo'd the idea of fixing it ourselves.
Raised an issue up stream.

https://github.com/pyxfluff/moderntheme/issues/3

Forgo'd the idea of fixing it ourselves. Raised an issue up stream. https://github.com/pyxfluff/moderntheme/issues/3
Author
Owner
https://github.com/pyxfluff/moderntheme/issues/3 This was fixed via upstream
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
YakushimaOrganization/pyxmoderntheme-customized#4
No description provided.