Skip to content

Commit

Permalink
Deploying to gh-pages from @ 386f978 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Dec 15, 2023
1 parent 764138c commit 8c59f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/catalyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ body {
* |- .cat-dialog-actions
**/
.cat-backdrop {
background-color: rbg(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
background-color: rgb(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
}

.cat-dialog {
Expand Down
2 changes: 1 addition & 1 deletion build/p-ab6d5500.css → build/p-f214bb5d.css
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ body {
* |- .cat-dialog-actions
**/
.cat-backdrop {
background-color: rbg(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
background-color: rgb(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
}

.cat-dialog {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'select.empty': 'No items',
'select.open': 'Open'
});
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-ab6d5500.css"> <style>html,
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-f214bb5d.css"> <style>html,
body {
background: #fff;
}
Expand Down

0 comments on commit 8c59f0a

Please sign in to comment.