Skip to content

Commit

Permalink
feat(ui): update opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl authored Dec 22, 2024
1 parent 308aea1 commit 4f25114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
}

.btn-float.bg-dark {
background-color: rgba(var(--bs-dark-rgb), 0.95) !important;
background-color: rgba(var(--bs-dark-rgb), 0.9) !important;
backdrop-filter: blur(0.625rem);
}

.btn-float.bg-light {
background-color: rgba(var(--bs-light-rgb), 0.95) !important;
background-color: rgba(var(--bs-light-rgb), 0.9) !important;
backdrop-filter: blur(0.625rem);
}

Expand Down Expand Up @@ -69,4 +69,4 @@ section {
height: 100%;
object-fit: cover;
mask-image: linear-gradient(0.5turn, transparent, black 10%, black 90%, transparent);
}
}

0 comments on commit 4f25114

Please sign in to comment.