diff --git a/scss/self.scss b/scss/self.scss index ef37800..a18f651 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -5,6 +5,7 @@ background-image: url($home_bg_image); background-size: cover; background-position: center; + background-attachment: fixed; } } @@ -24,12 +25,29 @@ background-color: #fff9; border-radius: var(--d-border-radius); backdrop-filter: blur(10px); + box-shadow: #00000077 0 0 19px 0; } +.topic-list-header{ + background-color: unset; +} .list-controls{ border-radius: var(--d-border-radius); } +.welcome-banner { + padding: 0 !important; + box-shadow: #00000094 0 0 11px 0; +} + #list-area{ background-color: unset !important; } + +#ember155{ + background-color: #ffffffa8; + border-radius: var(--d-border-radius); + backdrop-filter: blur(16px); + box-shadow: #00000077 0 0 19px 0; + padding: 24px; +}