Skip to content

Commit

Permalink
update built-in color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Jan 25, 2024
1 parent 2fd1c31 commit 0d54842
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down
2 changes: 1 addition & 1 deletion latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down
2 changes: 1 addition & 1 deletion macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down
2 changes: 1 addition & 1 deletion nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down
4 changes: 2 additions & 2 deletions onedark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down Expand Up @@ -2613,7 +2613,7 @@ html[data-theme='dark'] {
--ct-bg-color-h: 220;
--ct-bg-color-s: 13%;
--ct-bg-color-l: 18%;
--ct-bg-color: 222, 13%, 26%;
--ct-bg-color: 222, 13%, 23%;
--ct-text-color: 219, 14%, 71%;
--ct-primariy-color: 207, 81%, 66%;
--ct-secondary-color: 95, 38%, 62%;
Expand Down
2 changes: 1 addition & 1 deletion sepia.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down
2 changes: 1 addition & 1 deletion xiaobot.css
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ svg.h-4.w-4 {
.block-properties:not(.page-properties) {
background-color: hsl(var(--cl-properties-background-color, var(--cl-background), 0.5));
border-radius: var(--cl-border-minor);
display: inline-block;
/*display: inline-block;*/
padding: 3px 5px !important;
font-size: smaller !important;
font-family: var(--ls-font-family) !important;
Expand Down

0 comments on commit 0d54842

Please sign in to comment.