1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 10:47:29 +00:00
cloudtube/sass/dark.sass
2021-12-28 16:32:11 +13:00

10 lines
284 B
Sass

@use "themes/dark" as *
@use "includes/main" with ($_theme: $theme)
@use "theme-modules/edgeless" with ($_theme: $theme)
// navigation shadow
.main-nav
position: relative // needed for box shadow to overlap related videos section
box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1)