Skip to content

Commit

Permalink
fix(duckduckgo): assorted elemets (#950)
Browse files Browse the repository at this point in the history
* fix(duckduckgo): assorted elemets

* colons.

colon three ?
  • Loading branch information
GenShibe authored Jun 5, 2024
1 parent d135b5e commit 66b91b3
Showing 1 changed file with 73 additions and 2 deletions.
75 changes: 73 additions & 2 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.1
@version 0.2.2
@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 @@ -220,6 +220,75 @@
color: @text !important;
}

/* stopwatch */
.zci--stopwatch .time {
color: @text !important;
}
.label {
color: @text;
background-color: @crust;
}
.stopwatch__btn.start {
border-color: @green !important;
background-color: @green;
color: @mantle !important;
}
.stopwatch__btn[disabled] {
color: @text !important;
background-color: @surface0 !important;
border-color: @surface0;
}
.stopwatch__btn.stop {
color: @mantle;
background-color: @red !important;
border-color: @red !important;
}
.stopwatch__btn {
background-color: @surface2;
border-color: @surface2;
color: @text;
}
.zci--stopwatch td {
color: @text;
}

/* html chars */
.record__body,
.chomp--link__mr,
.tx-clr--lt2 {
color: @text;
}
.c-list__item {
border-color: @mantle;
}
.chomp--link__icn::before {
color: @text;
}

/* cal */
.calendar .t_right,
.calendar .t_left {
background-color: @surface2;
}
.calendar__header {
color: @text;
}
table.calendar tr {
color: @text;
}
.calendar__today {
color: @mantle;
background-color: @accent-color;
}

.zci.is-active {
border-color: @surface0;
}

.module__toggle--more::after {
background: linear-gradient(rgba(40, 40, 40, 0), @surface0);
}

/* button on hover */
.btn:hover:not(.is-disabled) {
background-color: @mantle;
Expand Down Expand Up @@ -810,7 +879,9 @@
.c-detail__filemeta,
.c-detail__more,
.frm__label,
.js-cloudsave-new-suggestion {
.js-cloudsave-new-suggestion,
.zci__body,
.zci__body a {
color: @text !important;
}

Expand Down

0 comments on commit 66b91b3

Please sign in to comment.