refactor(wiki.nixos.org): use mediawiki library module - #1895
Conversation
There was a problem hiding this comment.
Tested using https://raw.githubusercontent.com/catppuccin/userstyles/b9a7bb8e6ad1d8c11f174afbe4e8394f60bd0eb3/lib/mediawiki.less as the import instead of using https://userstyles.catppuccin.com/lib/mediawiki.less, as that doesn't exist (yet).
Works excellently! Great work on #1866.
I did notice that table cells don't seem to have proper borders.
For an example of this visit https://wiki.nixos.org/wiki/Terms_and_Definitions_in_Nix_Project and try toggling the userstyle off and on.
Oops yeah sorry I forgot to mention that, you figured it out anyway ahah.
Thanks. I've adjusted border colors more and I think it's better: |
Yep, this is definitely better. I think this PR is now ready to merge as soon as #1866 is merged. 馃А |
* feat(lib/mediawiki): use codex style guide to base colour choices * chore(lib/mediawiki): comment nits * fix(lib/mediawiki): change button quiet hover colours to fade accent * fix(mediawiki): remove redundant transparent variables * fix(lib/mediawiki): change tab list framed state colours to latte fade --------- Co-authored-by: uncenter <uncenter@uncenter.dev>
5642232 to
470d1d4
Compare
b0a0c03 to
cd857d6
Compare
WalkQuackBack
left a comment
There was a problem hiding this comment.
Code wise and from a brief test on the website this looks good to merge once the library module is merged.
The base branch was changed.
|
This LGTM and I'd love to merge! |
Integrates the new library module for MediaWiki sites from #1866. Must be merged after #1866 is merged into main.
Closes #1864