diff --git a/static/blog/style.css b/static/blog/style.css index 47d0943..ededb52 100644 --- a/static/blog/style.css +++ b/static/blog/style.css @@ -150,4 +150,11 @@ main:nth-of-type(1), .mainDiv { .note { color: darkgray; font-size: 1rem; +} + +video { + width: 95%; + max-height: 90vh; + border: 2px limegreen solid; + z-index: 5; } \ No newline at end of file diff --git a/static/style.css b/static/style.css index b5b363d..7c2c6bf 100644 --- a/static/style.css +++ b/static/style.css @@ -308,15 +308,9 @@ video { 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); z-index: 5; } -video:active { - transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); - border-color: rgb(225, 150, 255); -} - sup { color: gray; }