Add scroll-to-top button custom properties
This commit is contained in:
parent
b0ef0e8e7f
commit
df1e8ce014
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue