- From: Ieben Smessaert via GitHub <noreply@w3.org>
- Date: Mon, 22 Sep 2025 09:16:51 +0000
- To: public-shacl@w3.org
smessie has just submitted a new pull request for https://github.com/w3c/data-shapes: == Moved CSS styling to `shacl12-common/style.css` and improved dark mode support == This PR is related to #497 but we'll have to see if this already fully solves the issue or if we want to do some more adjustments before the issue can be closed. This PR moves the common CSS styling from the `<style>` block to a shared CSS file named `shacl12-common/style.css` for each `shacl12` document. These documents still retain the unmodified styling block as found in the core document. For the other documents, I leave it to their respective editors to merge the styles and ensure that the resulting styling meets their expectations. Styling moved to common for: - shacl12-core - shacl12-node-expr - shacl12-profiling - shacl12-ui I’ve split this PR into two commits. The first one moves the styling, and the second one makes the necessary adjustments for improved dark mode support. The latter primarily focuses on the code blocks that weren’t properly styled when using dark mode. * [See this document rendered online here](https://raw.githack.com/w3c/data-shapes/issue-497-light-dark-mode/shacl12-core/index.html) See https://github.com/w3c/data-shapes/pull/577 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 22 September 2025 09:16:52 UTC