Use less harsh colors in SRFI main page dark mode#79
Use less harsh colors in SRFI main page dark mode#79mcgoron-peter wants to merge 11 commits intoscheme-requests-for-implementation:masterfrom
Conversation
Updated dark mode styles for better readability.
|
The CSS is currently pretty bad style, I will fix it soon. But they will work if you load it into your browser and I'd like some comments on the color choices. I tried to make things follow the contrast of the light theme (for instance, withdrawn SRFIs are in a dark grey in the dark theme). |
|
Now with CSS variables. Should be much easier for people to tinker with the colors. |
|
Looks cool, with the exception of Dark Slate for withdrawn SRFIs. I’d make it slightly lighter. I didn’t go forth with either variables of better colors to minimize changes and bikeshedding. I didn’t know what the procedure for theming was. But it’s good the process is that open! Thanks for this PR! |
|
|
I have set up a preview of the current CSS branch here: https://florida.moe/tmp/srfi-color-test/ |
[merge from srfi-common/master] Fix embarrassing typo.
the LightSlateGrey was too similar in hue to MediumPurple.



Updated dark mode styles for better readability.
In the future the colors for final/draft/withdrawn/selected should also be changed but I don't know what to change those to.