Skip to content

Commit

Permalink
Update _flyouts.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Aug 11, 2024
1 parent cfbffcb commit 827f17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_flyouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ div#account.menu_d90b3d.flexible_d90b3d.menu_ad5fac::after {
color: black;
}
}
.wrapper_ef319f {
.wrapper_f7e168 {
background: rgba(0, 0, 0, 0.436);
backdrop-filter: blur(10px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid var(--surCordBorder);
border-radius: 5px;
}
.theme-light {
.wrapper_ef319f {
.wrapper_f7e168 {
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
Expand Down

0 comments on commit 827f17d

Please sign in to comment.