diff --git a/styles/global.css b/styles/global.css index 0e9e2ac8..5c018aa2 100644 --- a/styles/global.css +++ b/styles/global.css @@ -239,3 +239,7 @@ allows controlling them individually [data-mode="grayscale"] video:hover { filter: grayscale(0); } + +.nuxt-loading-indicator { + opacity: unset !important; +}