Skip to content

Commit

Permalink
Merge pull request #403 from jstruve-catalysis/main
Browse files Browse the repository at this point in the history
update kubecon event pages
  • Loading branch information
jstruve-catalysis authored Nov 5, 2024
2 parents ba3c668 + 27433be commit ffb7f23
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 4 deletions.
20 changes: 20 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,4 +519,24 @@ hr {
align-items: center;
color: inherit; /* Text inherits color based on light/dark mode */
overflow: hidden; /* Ensure content stays within bounds */
}

.glass-border-kubecon {
position: relative;
width: 100%;
background:
linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0%, /* Top part, nearly opaque white */
var(--ifm-background-color) 90% /* Fade to the background color */
),
linear-gradient(135deg, #FFE399 0%, #FFA38B 33%, #8DC8E8 66%); /* Horizontal color gradient */
border-radius: 1.5rem;
backdrop-filter: blur(10px); /* Glass blur effect */
padding: 3rem;
display: flex;
justify-content: center;
align-items: center;
color: inherit; /* Text inherits color based on light/dark mode */
overflow: hidden; /* Ensure content stays within bounds */
}
Loading

0 comments on commit ffb7f23

Please sign in to comment.