Add top button custom properties to shrines
This commit is contained in:
parent
67a9788f26
commit
03025f8c99
|
@ -5,6 +5,7 @@
|
|||
--clr-content-bg: #101010;
|
||||
|
||||
--clr-top-btn: #ff50df;
|
||||
--clr-top-btn-txt: #fceaff;
|
||||
|
||||
--clr-main-heading: #FF29D8;
|
||||
--clr-sub-heading: #FF29D8;
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
--clr-body-txt: #141414;
|
||||
--clr-content-bg: #ffffff;
|
||||
|
||||
--clr-top-btn: #AB75E8;
|
||||
--clr-top-btn-bg: #AB75E8;
|
||||
--clr-top-btn-txt: #ffffff;
|
||||
|
||||
--clr-main-heading: #171717;
|
||||
--clr-sub-heading: #111111;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
--clr-content-bg: #000000;
|
||||
|
||||
--clr-top-btn: #FFD05A;
|
||||
--clr-top-btn-txt: #fceaff;
|
||||
|
||||
--clr-main-heading: #ffae00;
|
||||
--clr-sub-heading: #ffae00;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-21T19:02:27Z</updated>
|
||||
<updated>2024-04-21T19:05:07Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
--clr-content-bg: #101010;
|
||||
|
||||
--clr-top-btn: #ff50df;
|
||||
--clr-top-btn-txt: #fceaff;
|
||||
|
||||
--clr-main-heading: #FF29D8;
|
||||
--clr-sub-heading: #FF29D8;
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
--clr-body-txt: #141414;
|
||||
--clr-content-bg: #ffffff;
|
||||
|
||||
--clr-top-btn: #AB75E8;
|
||||
--clr-top-btn-bg: #AB75E8;
|
||||
--clr-top-btn-txt: #ffffff;
|
||||
|
||||
--clr-main-heading: #171717;
|
||||
--clr-sub-heading: #111111;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
--clr-content-bg: #000000;
|
||||
|
||||
--clr-top-btn: #FFD05A;
|
||||
--clr-top-btn-txt: #fceaff;
|
||||
|
||||
--clr-main-heading: #ffae00;
|
||||
--clr-sub-heading: #ffae00;
|
||||
|
|
Loading…
Reference in New Issue