From b9856e31e610f1a872a2e14025e7ff5776319ab8 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 20 May 2024 14:50:08 -0500 Subject: [PATCH] fancier videos --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/style.css b/static/style.css index 4e5c9db..382fd88 100644 --- a/static/style.css +++ b/static/style.css @@ -267,6 +267,14 @@ li { video { width: 95%; max-height: 90vh; + border: 2px rgb(125, 100, 155) solid; + border-radius: 15px; + transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1); +} + +video:active { + transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); + border-color: rgb(225, 150, 255); } sup {