hugo-theme-relearn/static/css
Sören Weber 0505b36141
theme: fix flash of non-default variant, part I #757
implements the first part, working for configured variants;

for that, loading of stylesheets was overhauled by now
merging all configured variants into one big stylesheet for
each output format and loading this instead of one stylesheet
per configured variant;

previously @media print styles were applied on top of @media screen
styles; this is now strictly isolated, which doesn't require styles
like neon to revert styles for print anymore;

this change was also used to implement the minify parameter, to shrink
those generated stylesheets, making them shrink to 66% of their
unminified size for the exampleSite;

the theme switcher functionality is now completely independend of
variant.js; the switch is now handled by in-page javascript which
avoids waiting for external scripts to load, so switching can happen
as early as possible;

switching of themes is now implemented by just setting a data attribute
to the html element, were previously a complex mechanism of dynamically
loading of variant CSS files was implemented;

the call for variant.js was removed in this changeset, making the
generator broken and useless; this will be fixed with the next patch;
2024-12-06 07:38:05 +01:00
..
auto-complete.css a11y: improve search box #821 2024-04-04 17:49:28 +02:00
fontawesome-all.min.css icon: update Font Awesome to 6.6.0 #881 2024-08-02 11:19:51 +02:00
perfect-scrollbar.min.css scrollbar: scroll bar in side menu gets stuck in dragged state on mobile #808 2024-03-30 00:33:51 +01:00
swagger-dark.css theme: replace font Work Sans with Roboto Flex #922 2024-10-11 16:47:22 +02:00
swagger-light.css openapi: replace implementation with swagger-ui #523 2023-05-14 23:05:07 +02:00