diff options
| author | FrostyBiscuit <[email protected]> | 2025-02-16 16:26:07 +0100 |
|---|---|---|
| committer | FrostyBiscuit <[email protected]> | 2025-02-16 16:26:07 +0100 |
| commit | 321a29e1d9b01370f8efe8553f9adbcf6ee82292 (patch) | |
| tree | beba23fea906ef198823a15147a8c9dc471fae80 /styles | |
| parent | d0e4dcc6ef057f4c680838d4f8ac8e099a166225 (diff) | |
Added support for the bing landing page
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/websites/bing.css | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/styles/websites/bing.css b/styles/websites/bing.css index e9e93cb..2288666 100644 --- a/styles/websites/bing.css +++ b/styles/websites/bing.css @@ -1,5 +1,57 @@ @import url("../global/base.css");
+#hp_app {
+ .hp_body {
+ .hp_top_cover {
+ display: none !important;
+ }
+
+ .hp_media_container {
+ #img_cont {
+ display: none !important;
+ }
+ }
+
+ .hp_cont {
+ header {
+ background: var(--transparent-background) !important;
+ backdrop-filter: var(--backdrop-blur);
+ }
+
+ #sb_form {
+ background: var(--transparent-background-dark) !important;
+ backdrop-filter: var(--backdrop-blur);
+
+ input,
+ textarea {
+ color: var(--color-text) !important;
+ }
+
+ .tooltip {
+ background: none !important;
+ backdrop-filter: none !important;
+ }
+ }
+ }
+
+ .bottom_row {
+ #vs_cont {
+ .vs {
+ .modules_wrapper {
+ .moduleCont {
+ background: var(--transparent-background) !important;
+
+ .module {
+ background: none !important;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
#id_hbfo,
#sb_sbipane,
#id_d,
@@ -24,7 +76,8 @@ box-shadow: none !important;
}
-.b_icon.tooltip {
+.b_icon.tooltip,
+header .tooltip {
background: none !important;
backdrop-filter: none !important;
}
|
