Skip to content

Update accounts.google.com.css #1565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 18, 2025
Merged
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
19 changes: 12 additions & 7 deletions websites/accounts.google.com.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
/* gacc-transparency */
/* transparency */
html,
body,
.S7xv8 {
nav,
#nav,
.nav, body > div{
background-color: transparent !important;
background: none !important;
border: none !important;
box-shadow: none !important;
transition:
background-color 0.5s ease-in-out,
background 0.5s ease-in-out,
border 0.5s ease-in-out,
box-shadow 0.5s ease-in-out !important;
transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
}

/* glass effect */
body > div > div:has([role="progressbar"]){
box-shadow: light-dark(#fff3, #0003) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
background-color: light-dark(#fff8, #0005) !important;
border-radius: 1em !important;
}