gemini rice

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-05-26 19:18:33 +02:00
parent 07782f60d1
commit 5211c953a3
2 changed files with 5 additions and 3 deletions

View File

@@ -63,7 +63,6 @@ in /* css */ ''
--newtab-background-card : ${accent.dark} !important;
--tabpanel-background-color : transparent !important;
/* background : linear-gradient(180deg,rgba(${f secondary.dark}, ${builtins.toString rice.transparency}) 0%, rgba(${f accent.dark}, ${builtins.toString rice.transparency}) 100%) !important; */
background : transparent !important;
}
body {

View File

@@ -104,8 +104,11 @@ in /* css */ ''
}
}
@-moz-document domain(gemini.google.com) {
input-container::before {
background: none !important;
input-container, input-container::before {
background: transparent !important;
}
bard-sidenav {
background: rgba(${rice.lib.hex-to-rgb-comma-string background},0.5) !important;
}
}