Skip to content

Commit

Permalink
Merge pull request #18892 from dvdksn/invertible-images
Browse files Browse the repository at this point in the history
invertible images
  • Loading branch information
dvdksn authored Dec 14, 2023
2 parents 3a53491 + 57815c3 commit b828c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
}

.invertible {
@apply dark:filter dark:invert dark:hue-rotate-180;
}

hr {
@apply border-divider-light dark:border-divider-dark;
}
Expand Down
2 changes: 1 addition & 1 deletion content/build/buildkit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependency graph that can be used to put together very complex build
definitions. It also supports features not exposed in Dockerfiles, like direct
data mounting and nested invocation.

![Directed acyclic graph (DAG)](../images/buildkit-dag.svg)
{{< figure src="../images/buildkit-dag.svg" class="invertible" >}}

Everything about execution and caching of your builds is defined in LLB. The
caching model is entirely rewritten compared to the legacy builder. Rather than
Expand Down

0 comments on commit b828c66

Please sign in to comment.