-
-
Notifications
You must be signed in to change notification settings - Fork 195
fix(duckduckgo.com): misc #1713
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1237,7 +1236,7 @@ | |||
--theme-button-primary-bg: @blue !important; | |||
--theme-searchbox-caret-bg: @accent !important; | |||
|
|||
.home_root___gvmE { | |||
body div div { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is better, but are there no other identifying attributes we can use for this second div here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we could probably put all variables under main, #__next div
or something to avoid duplicating them.
color-scheme: if(@flavor = latte, light, dark); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
color-scheme: if(@flavor = latte, light, dark); |
The previous @-moz-document
already covers this and the rest of the default styles, can be removed.
@@ -203,6 +208,13 @@ | |||
border-color: @surface0; | |||
} | |||
|
|||
main { | |||
--theme-howitworks-downloads-bg: @surface0 !important; | |||
--theme-bg-cta-cards: @surface0 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already set on line 116?
main { | ||
--theme-howitworks-downloads-bg: @surface0 !important; | ||
--theme-bg-cta-cards: @surface0 !important; | ||
--theme-bg-home: @base !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already set under #__next div
on line 1240?
--theme-howitworks-downloads-bg: @surface0 !important; | ||
--theme-bg-cta-cards: @surface0 !important; | ||
--theme-bg-home: @base !important; | ||
--theme-bg-home-searchbox: @surface0 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already set under #__next div
on line 1243?
🔧 What does this fix? 🔧
Fixes unthemed elements on duckduckgo.com, start.duckduckgo.com, duck.ai, and html.duckduckgo.com.
Closes #1514
🗒 Checklist 🗒