Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ body.dark-mode button {
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.55);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
opacity: 0;
visibility: hidden;
Expand Down Expand Up @@ -606,6 +607,7 @@ body.light-theme .controls .ghost-btn:hover {
@media (max-width: 900px) {
.controls {
background: rgba(40, 37, 63, 0.95) !important;
-webkit-backdrop-filter: blur(20px) !important;
backdrop-filter: blur(20px) !important;
}

Expand Down Expand Up @@ -798,6 +800,7 @@ body.light-theme .goog-te-gadget-simple span {
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 16px;
padding: 25px;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--mood-primary),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
Expand Down Expand Up @@ -1272,6 +1275,7 @@ body.light-theme .goog-te-gadget-simple span {
display: flex;
gap: 12px;
margin-top: 6px;
flex-wrap: wrap;
}

.primary {
Expand Down Expand Up @@ -1419,6 +1423,7 @@ body.light-theme .goog-te-gadget-simple span {
transition: all 0.2s ease;
font-size: 13px;
font-weight: 500;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}

Expand Down Expand Up @@ -1524,6 +1529,7 @@ body {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
z-index: 1000;
display: flex;
Expand Down