Add scroll-to-top button custom properties

This commit is contained in:
Helen Chong 2024-04-20 05:13:40 +08:00
parent b0ef0e8e7f
commit df1e8ce014
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
--clr-body-txt: #fceaff;
--clr-content-bg: #101010;
--clr-top-btn: #ff50df;
--clr-main-heading: #FF29D8;
--clr-sub-heading: #FF29D8;
--clr-title-border: #d3aad5;

View File

@ -4,6 +4,8 @@
--clr-body-txt: #333333;
--clr-content-bg: #ffffff;
--clr-top-btn: #FFD05A;
--clr-main-heading: #333333;
--clr-sub-heading: #000000;
--clr-title-border: #7629db;

View File

@ -4,6 +4,8 @@
--clr-body-txt: #fceaff;
--clr-content-bg: #000000;
--clr-top-btn: #FFD05A;
--clr-main-heading: #ffae00;
--clr-sub-heading: #ffae00;
--clr-title-border: #ffe387;