diff --git a/assets/css/custom.css b/assets/css/custom.css index f5d7ae5..25a3f58 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -4,15 +4,15 @@ /* From https://css.glass */ .glass { - background: rgba(18, 47, 101, 0.25); + background: rgba(18, 47, 101, 0.6); border-radius: 16px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(8px); animation: backdropShift 10s linear infinite; -webkit-backdrop-filter: blur(8px); - border: 1px solid rgba(18, 47, 101, 0.35); + border: 1px solid rgba(18, 47, 101, 0.45); padding: 2rem; - filter: saturate(0.7) brightness(0.8); + filter: saturate(0.8) brightness(0.9); z-index: 2; } @@ -153,4 +153,16 @@ header button[id^="search-button"]:hover { /* Remove the default smooth scrolling behavior */ html { scroll-behavior: smooth; +} + +/* Video feature styling */ +video.mb-6 { + width: 100%; + height: auto; + object-fit: cover; +} + +article video { + max-width: 100%; + height: auto; } \ No newline at end of file