Skip to content
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

fix(duckduckgo): weird gradient on nav bar + privacy reminder color #1095

Merged
merged 3 commits into from
Jul 21, 2024
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
9 changes: 5 additions & 4 deletions styles/duckduckgo/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name DuckDuckGo Catppuccin
@namespace github.com/catppuccin/userstyles/styles/duckduckgo
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo
@version 0.2.4
@version 0.2.5
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo
@description Soothing pastel theme for DuckDuckGo
Expand Down Expand Up @@ -146,6 +146,7 @@
--theme-button-tertiary-txt: @text !important;
--theme-browser-comparison-table-icon-bg: @mantle !important;
--theme-col-bg-ui: @mantle !important;
--theme-col-bg-header: @mantle !important;
--theme-col-bg-header-modal: @surface0 !important;
--theme-col-bg-button-primary: @blue !important;
/* ai chat */
Expand Down Expand Up @@ -202,16 +203,16 @@
}

/* privacy reminders */
.wXKLp5dS9jGvo097pfaG {
.wXKLp5dS9jGvo097pfaG, .privacy-reminder__text {
color: @green !important;
}
.IuA6a2PUTR9Lck6m0WlP {
.IuA6a2PUTR9Lck6m0WlP, .privacy-reminder__icon-circle {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.572-1.562a.675.675 0 1 0-1.006-.9L7.123 9.224 5.597 7.36a.675.675 0 0 0-1.044.855l2.025 2.475a.675.675 0 0 0 1.025.023z" fill="@{green}"/></svg>'
);
background-image: url("data:image/svg+xml,@{svg}") !important;
}
.XxDCpwElzOhQaLmCxJ8z {
.XxDCpwElzOhQaLmCxJ8z, .privacy-reminder__icon-shield {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.452.99a3 3 0 0 1 .655-.482c.242-.13.563-.259.894-.258.329 0 .65.128.891.258.251.135.488.311.659.485.683.696 1.162.933 1.836 1.142.645.2 1.409.242 2.45.11a2.03 2.03 0 0 1 1.471.378c.42.315.686.794.69 1.324.034 3.86-.53 6.343-1.723 8.126-1.26 1.886-3.14 2.838-5.113 3.838l-.238.12a2.06 2.06 0 0 1-1.848 0l-.176-.089-.062-.031c-1.973-1-3.852-1.952-5.113-3.838C.532 10.29-.032 7.807 0 3.947c.005-.53.271-1.008.69-1.323.416-.313.95-.445 1.469-.38 1.049.133 1.816.082 2.46-.124.677-.216 1.159-.452 1.832-1.13m5.03 5.419a.686.686 0 0 0-1.021-.915L7.108 9.24 5.56 7.346a.686.686 0 0 0-1.061.868l2.057 2.515a.686.686 0 0 0 1.042.023z" fill="@{green}"/></svg>'
);
Expand Down
Loading