mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-14 12:27:28 +00:00
10 lines
284 B
Sass
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)
|