Skip to content

Commit

Permalink
Update Tiffany-Blue.css (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
666OS authored Sep 24, 2024
1 parent b59e836 commit 8da3865
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions themes/Golden-Powder-Family.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--custom-primary-background: linear-gradient(
135deg,
hsl(330, 80%, 70%) 0%,
hsl(350, 70%, 75%) 100%
hsl(0, 100%, 84%) 100%
);
--custom-main-background: hsl(330, 90%, 98%);
--custom-side-background: linear-gradient(
Expand Down Expand Up @@ -68,7 +68,7 @@
--custom-primary-background: linear-gradient(
135deg,
hsl(330, 70%, 55%) 0%,
hsl(350, 60%, 65%) 100%
hsl(0, 100%, 84%) 100%
);
--custom-main-background: hsl(330, 20%, 15%);
--custom-side-background: linear-gradient(
Expand Down
2 changes: 1 addition & 1 deletion themes/Tiffany-Blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
--nextui-box-shadow-small: 0px 4px 10px rgba(0, 0, 0, 0.02) !important;
--nextui-box-shadow-medium: 0px 4px 10px rgba(0, 0, 0, 0.02) !important;
--nextui-box-shadow-large: 0px 4px 10px rgba(0, 0, 0, 0.02) !important;
--nextui-background: 270 20% 96% !important;
--nextui-background: 173 20% 96% !important;
/* 自定义变量 */
--custom-primary-background: linear-gradient(
135deg,
Expand Down
6 changes: 2 additions & 4 deletions themes/Warm-Sun-Gold-Sand.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
--nextui-box-shadow-medium: 0px 4px 10px rgba(0, 0, 0, 0.02) !important;
--nextui-box-shadow-large: 0px 4px 10px rgba(0, 0, 0, 0.02) !important;
--nextui-background: 35 20% 96% !important;


/* 自定义变量 */
--custom-primary-background: linear-gradient(
135deg,
hsl(35, 80%, 50%) 0%,
hsl(33, 74%, 58%) 100%
hsl(44, 81%, 64%) 100%
);
--custom-main-background: hsl(35, 20%, 95%);
--custom-side-background: linear-gradient(
Expand Down Expand Up @@ -70,7 +68,7 @@
--custom-primary-background: linear-gradient(
135deg,
hsl(35, 80%, 50%) 0%,
hsl(33, 74%, 58%) 100%
hsl(44, 81%, 64%) 100%
);
--custom-main-background: hsl(35, 20%, 15%);
--custom-side-background: linear-gradient(
Expand Down

0 comments on commit 8da3865

Please sign in to comment.