Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3c8c2ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Oct 26, 2023
1 parent 8f82b3b commit 3a1d2a4
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 19 deletions.
39 changes: 39 additions & 0 deletions build/catalyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,45 @@ code {
color: white !important;
}

.cat-bg-info {
background-color: rgb(var(--cat-success-bg, 0, 115, 230)) !important;
color: rgb(var(--cat-success-fill, 255, 255, 255)) !important;
--cat-primary-text: cat-token("color.theme.info.fill", $wrap: false);
--cat-primary-text-hover: cat-token("color.theme.info.fill-hover", $wrap: false);
--cat-primary-text-active: cat-token("color.theme.info.fill-active", $wrap: false);
--cat-link-decoration: underline;
}

.cat-bg-info-hover {
transition: background-color 125ms, color 125ms;
}
.cat-bg-info-hover:hover {
background-color: rgb(var(--cat-success-bg-hover, 0, 107, 227)) !important;
color: rgb(var(--cat-success-fill-hover, 255, 255, 255)) !important;
--cat-primary-text: cat-token("color.theme.info.fill", $wrap: false);
--cat-primary-text-hover: cat-token("color.theme.info.fill-hover", $wrap: false);
--cat-primary-text-active: cat-token("color.theme.info.fill-active", $wrap: false);
--cat-link-decoration: underline;
}

.cat-text-info,
.cat-link-info {
color: rgb(var(--cat-success-text, 0, 115, 230)) !important;
}

.cat-link-info,
.cat-text-info-hover {
transition: color 125ms;
}
.cat-link-info:hover,
.cat-text-info-hover:hover {
color: rgb(var(--cat-success-text-hover, 0, 107, 227)) !important;
}
.cat-link-info:active,
.cat-text-info-hover:active {
color: rgb(var(--cat-success-text-active, 0, 96, 223)) !important;
}

.cat-bg-success {
background-color: rgb(var(--cat-success-bg, 0, 132, 88)) !important;
color: rgb(var(--cat-success-fill, 255, 255, 255)) !important;
Expand Down
2 changes: 1 addition & 1 deletion build/catalyst.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions build/p-19fad7af.js

This file was deleted.

1 change: 0 additions & 1 deletion build/p-19fad7af.js.map

This file was deleted.

10 changes: 10 additions & 0 deletions build/p-44042184.entry.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/p-44042184.entry.js.map

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions build/p-779f6a3b.entry.js

This file was deleted.

1 change: 0 additions & 1 deletion build/p-779f6a3b.entry.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions build/p-85d057f0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/p-85d057f0.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3a1d2a4

Please sign in to comment.