1
0

Update Vaultwarden theme: Hide icons from bottom of login page

This commit is contained in:
Christer Warén
2026-03-09 09:22:20 +02:00
parent c60b2f1dd7
commit 83c8ef9f1b

View File

@@ -212,6 +212,10 @@ body {
background-color: transparent !important; background-color: transparent !important;
} }
.tw-hidden bit-icon {
display: none !important;
}
bit-landing-footer { bit-landing-footer {
display: none; display: none;
} }