diff --git a/src/styles/components/Gallery.module.css b/src/styles/components/Gallery.module.css index 37f6d3e1..f2d2328c 100644 --- a/src/styles/components/Gallery.module.css +++ b/src/styles/components/Gallery.module.css @@ -1,17 +1,17 @@ .control { - background-color: transparent; - color: var(--mantine-color-white); - opacity: 1; + background-color: transparent; + color: var(--mantine-color-white); + opacity: 1; } .indicator { - z-index: 42; - width: rem(1.5vw); - height: rem(4px); - transition: all 150ms ease; - background:var(--mantine-color-white); + z-index: 42; + width: rem(1.5vw); + height: rem(4px); + transition: all 150ms ease; + background: var(--mantine-color-white); - &[data-active] { - width: rem(4vw); - } -} \ No newline at end of file + &[data-active] { + width: rem(4vw); + } +} diff --git a/src/styles/globals.css b/src/styles/globals.css index 40b626a5..d60decbc 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -50,5 +50,5 @@ a { } .fc-dimmed { - color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3)) -} \ No newline at end of file + color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3)); +}