Closed gonX closed 7 months ago
Some notable changes (left is new - old on the right)
/Tablets
table (unintentionally) lost its background:
/Wiki
: Color, sizing and spacing slightly different:
/Wiki/Documentation/CommandLine
: Sizing went crazy, table lost its background (again)
Wiki articles (in this case /Wiki/FAQ/Linux
) unintentionally has much bigger spacing now:
Fixed table backgrounds, gonna look into the other stuff now and then merge once the styling looks (mostly) similar
New images! New on left / old on right:
Looks basically identical, so no image attached
Minor color difference in saturated colors
I personally think the sizing changes are fine and can be worked with down the line if we end up not liking them. For now, the award is that we have less custom (S)CSS to manage.
Darkly is still a predominantly dark-theme skin, but has small variations between dark and light mode.
A lot of color and pixel-specific settings have been removed as the stock theme is actually surprisingly close what we want. Additionally, having these was hindering correct light/dark mode display. Removing these also allows us to be more flexible with which Bootswatch themes we can use.
Many definitions have been moved around to better fit the nesting of SCSS, reducing clutter and increasing readability.
Supersedes #157 Supersedes #154 Fixes #33 Fixes #151