Build: (b0ea2c5) Replace RBG color values with HEX values

This commit is contained in:
helenclx 2024-10-25 15:52:08 +00:00
parent a69b78227c
commit 69520934c6
15 changed files with 202 additions and 362 deletions

View File

@ -395,7 +395,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>
@ -405,7 +405,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>
@ -415,7 +415,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>

View File

@ -1,56 +1,36 @@
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -17,11 +17,11 @@
--clr-link-hover: #c355c9; --clr-link-hover: #c355c9;
--clr-quote-bg: #13092D; --clr-quote-bg: #13092D;
--clr-quote-border: #999999; --clr-quote-border: #999999;
--clr-cw-hover: rgb(58, 0, 0); --clr-cw-hover: #3a0000;
--clr-code-bg: #241445; --clr-code-bg: #241445;
--clr-code-border: #82668f; --clr-code-border: #82668f;
--clr-dates: rgb(121, 184, 255); --clr-dates: #79b8ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>
@ -408,7 +408,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>
@ -418,7 +418,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>

View File

@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>
@ -408,7 +408,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a> </a>
</p> </p>
<time datetime="Fri Oct 25 2024 11:52:31 GMT+0000 (Coordinated Universal Time)">25 October 2024</time> <time datetime="Fri Oct 25 2024 15:52:00 GMT+0000 (Coordinated Universal Time)">25 October 2024</time>
</li> </li>
<li> <li>

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle> <subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.com/feed.xml" rel="self"/> <link href="https://leilukin.com/feed.xml" rel="self"/>
<link href="https://leilukin.com"/> <link href="https://leilukin.com"/>
<updated>2024-10-25T11:52:36Z</updated> <updated>2024-10-25T15:52:05Z</updated>
<id>https://leilukin.com/</id> <id>https://leilukin.com/</id>
<author> <author>
<name>Leilukin</name> <name>Leilukin</name>

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -144,59 +144,39 @@
.blog__post--prev { grid-area: prev; } .blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; } .blog__post--next { grid-area: next; }
:root { html { color-scheme: light dark; }
--clr-body-bg: #e4e3e3;
--clr-body-txt: #141414;
--clr-content-bg: #ffffff;
--clr-top-btn-bg: #552190; :root {
--clr-body-bg: light-dark(#e4e3e3, #141414);
--clr-body-txt: light-dark(#141414, #fff);
--clr-content-bg: light-dark(#ffffff, #242424);
--clr-top-btn-bg: light-dark(#552190, #552190);
--clr-top-btn-txt: #ffffff; --clr-top-btn-txt: #ffffff;
--clr-main-heading: #171717; --clr-main-heading: light-dark(#171717, #daaced);
--clr-sub-heading: #111111; --clr-sub-heading: light-dark(#111111, #fff);
--clr-title-border: #7629db; --clr-title-border: light-dark(#7629db, #9964de);
--clr-bold-txt: #da4500; --clr-bold-txt: light-dark(#da4500, #ff9869);
--clr-link: #7629db; --clr-link: light-dark(#7629db, #ce97ff);
--clr-link-hover: #270e48; --clr-link-hover: light-dark(#270e48, #b366f7);
--clr-quote-bg: #f3f2f2; --clr-quote-bg: light-dark(#f3f2f2, #141414);
--clr-quote-border: #414141; --clr-quote-border: light-dark(#414141, #f3f2f2);
--clr-cw-hover: rgb(250, 229, 229); --clr-cw-hover: #fae5e5;
--clr-code-bg: #f3f2f2; --clr-code-bg: #f3f2f2;
--clr-code-border: #414141; --clr-code-border: #414141;
--clr-dates: rgb(58, 150, 255); --clr-dates: #3a96ff;
--clr-link-btn-bg: #873eb5; --clr-link-btn-bg: #873eb5;
--clr-link-btn-txt: white; --clr-link-btn-txt: white;
--clr-link-btn-hover: #241445; --clr-link-btn-hover: #241445;
--clr-hero-bg: #7944B6; --clr-hero-bg: #7944B6;
--clr-navbar-bg: #9b59b6; --clr-navbar-bg: light-dark(#9b59b6, #3a0873);
--clr-navbar-link: white; --clr-navbar-link: white;
--clr-main-footer-bg: #9b59b6; --clr-main-footer-bg: light-dark(#9b59b6, #3a0873);
}
@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #141414;
--clr-body-txt: #fff;
--clr-content-bg: #242424;
--clr-top-btn-bg: #552190;
--clr-main-heading: #daaced;
--clr-sub-heading: #fff;
--clr-title-border: #9964de;
--clr-bold-txt: #ff9869;
--clr-link: #ce97ff;
--clr-link-hover: #b366f7;
--clr-quote-bg: #141414;
--clr-quote-border: #f3f2f2;
--clr-navbar-bg: #3a0873;
--clr-main-footer-bg: #3a0873;
}
} }
.hero__top-bar, .hero__top-bar,

View File

@ -1106,229 +1106,229 @@
</url> </url>
<url> <url>
<loc>https://leilukin.com/blog/posts/</loc> <loc>https://leilukin.com/blog/posts/</loc>
<lastmod>2024-10-25T11:52:31.612Z</lastmod> <lastmod>2024-10-25T15:52:00.772Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2022/</loc> <loc>https://leilukin.com/changelogs/2022/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2023/</loc> <loc>https://leilukin.com/changelogs/2023/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/2024/</loc> <loc>https://leilukin.com/changelogs/2024/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/layouts/</loc> <loc>https://leilukin.com/changelogs/layouts/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/</loc> <loc>https://leilukin.com/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc> <loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/playlists/</loc> <loc>https://leilukin.com/projects/playlists/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc> <loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
<lastmod>2024-10-25T11:52:31.616Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc> <loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc> <loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc> <loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc> <loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc> <loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.780Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc> <loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc> <loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc> <loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/archive/</loc> <loc>https://leilukin.com/archive/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/categories/</loc> <loc>https://leilukin.com/categories/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/changelogs/</loc> <loc>https://leilukin.com/changelogs/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/about/</loc> <loc>https://leilukin.com/about/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/adoptables/</loc> <loc>https://leilukin.com/adoptables/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/articles/</loc> <loc>https://leilukin.com/articles/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/blog/</loc> <loc>https://leilukin.com/blog/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/guestbook/</loc> <loc>https://leilukin.com/guestbook/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/links/</loc> <loc>https://leilukin.com/links/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/now/</loc> <loc>https://leilukin.com/now/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/projects/</loc> <loc>https://leilukin.com/projects/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/shrines/</loc> <loc>https://leilukin.com/shrines/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/accessibility/</loc> <loc>https://leilukin.com/accessibility/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
<url> <url>
<loc>https://leilukin.com/colophon/</loc> <loc>https://leilukin.com/colophon/</loc>
<lastmod>2024-10-25T11:52:31.620Z</lastmod> <lastmod>2024-10-25T15:52:00.784Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>