Skip to content

Commit

Permalink
fix(pronouns.page): misc (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jan 21, 2025
1 parent 9ad8fa3 commit 919b7b4
Showing 1 changed file with 20 additions and 37 deletions.
57 changes: 20 additions & 37 deletions styles/pronouns.page/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
}

background-color: @base !important;
background: @base;
color: @text !important;

--bs-body-color: @text;
Expand All @@ -78,9 +78,11 @@
--bs-secondary-color: @subtext0;
--bs-tertiary-bg: @crust;
--bs-success-text-emphasis: @green;
--bs-success-rgb: #rgbify(@green)[];
--bs-info-text-emphasis: @sapphire;
--bs-warning-text-emphasis: @yellow;
--bs-danger-text-emphasis: @red;
--bs-danger-rgb: #rgbify(@red)[];
--bs-light-text-emphasis: @text;
--bs-dark-text-emphasis: @subtext1;
--bs-heading-color: @text;
Expand Down Expand Up @@ -243,41 +245,22 @@
}
}
}

.vdp-datepicker__calendar {
background-color: @crust;
border-color: @surface0;

.disabled {
color: @subtext0;
}

.prev::after {
border-right-color: @text;
}
.next::after {
border-left-color: @text;
}

header span:not(.disabled):hover {
background-color: @text;
color: @crust;

&.prev::after {
border-right-color: @crust;
}
&.next::after {
border-left-color: @crust;

/* Date/calendar input */
.dp__theme_dark, .dp__theme_light {
--dp-primary-color: @accent;
--dp-text-color: @text;
--dp-hover-text-color: @text;
--dp-background-color: @surface0;
--dp-hover-color: @surface1;
--dp-disabled-color: @surface2;
--dp-icon-color: @subtext0;
--dp-hover-icon-color: @subtext1;
--dp-secondary-color: @subtext0;

.dp__overlay_cell_active, .dp__active_date, .dp__range_end, .dp__range_start {
color: @crust;
}
}

.cell.selected {
background-color: @accent;
color: @crust;
}
.cell:not(.blank, .disabled):hover {
border-color: @accent;
}
}

/* Header */
Expand Down Expand Up @@ -406,7 +389,7 @@
.colour-default {
color: @text !important;
}
.colour-pink {
.colour-pink, .text-primary {
color: @accent !important;
}
.colour-orange {
Expand Down Expand Up @@ -445,7 +428,7 @@
a {
color: @accent;

&:hover {
&:not(.nav-link.active):hover {
color: lighten(@accent, 5%);
}
}
Expand Down

0 comments on commit 919b7b4

Please sign in to comment.