Skip to content

Commit

Permalink
test: c
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 10, 2024
1 parent e1e11ca commit ae1c178
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
*/

@mixin light-scheme {
/* Framework color */
--main-bg: rgb(255, 252, 242);
--mask-bg: #c1c3c5;
--main-border-color: #f3f3f3;
/* Framework color */
--main-bg: linear-gradient(to bottom, #fffdf2, #fffaf0); /* 柔和的米白色/奶油色渐变 */
--mask-bg: linear-gradient(to bottom, #e0e2e5, #d1d3d6); /* 柔和的浅灰色渐变 */
--main-border-color: linear-gradient(to bottom, #f8f9fa, #e9ecef); /* 与Bootstrap风格一致的柔和灰色渐变 */


/* Common color */
--text-color: #34343c;
Expand Down

0 comments on commit ae1c178

Please sign in to comment.