new colors
This commit is contained in:
parent
da01e0cd06
commit
38849e0fe7
1 changed files with 10 additions and 10 deletions
|
@ -15,17 +15,17 @@ html {line-height: 1.711; font-family: sans-serif}
|
||||||
body {max-inline-size: 80ch; padding: 1rem; box-sizing: border-box}
|
body {max-inline-size: 80ch; padding: 1rem; box-sizing: border-box}
|
||||||
/* color scheme */
|
/* color scheme */
|
||||||
html {
|
html {
|
||||||
--color-fg: black;
|
--color-fg: hsl(210, 100%, 20%);
|
||||||
--color-bg: white;
|
--color-bg: hsl(210, 100%, 90%);
|
||||||
--color-link: rgb(30, 115, 195);
|
--color-link: hsl(210, 100%, 35%);
|
||||||
--color-visited: rgb(105, 85, 215);
|
--color-visited: hsl(270, 80%, 35%);
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html {
|
html {
|
||||||
--color-fg: rgb(235, 235, 220);
|
--color-fg: hsl(210, 100%, 90%);
|
||||||
--color-bg: rgb(19, 19, 30);
|
--color-bg: hsl(210, 100%, 10%);
|
||||||
--color-link: rgb(77, 177, 235);
|
--color-link: hsl(210, 100%, 65%);
|
||||||
--color-visited: rgb(160, 120, 240);
|
--color-visited: hsl(270, 100%, 75%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html {background: var(--color-bg); color: var(--color-fg);}
|
html {background: var(--color-bg); color: var(--color-fg);}
|
||||||
|
@ -49,7 +49,7 @@ dd {font-family: monospace; font-size: 1rem; margin-inline-start: 0; margin-bloc
|
||||||
<main class="h-card">
|
<main class="h-card">
|
||||||
<header>
|
<header>
|
||||||
<h1>~<span class="p-nickname p-name">a</span></h1>
|
<h1>~<span class="p-nickname p-name">a</span></h1>
|
||||||
<p class="p-note">i have approximate knowledge of many things. perpetual student. (<span class="p-gender-identity">nb</span>/ace/they)</p>
|
<p class="p-note">i have approximate knowledge of many things. perpetual student. (<span class="p-gender-identity">nb</span>/ace/<span class="p-pronouns">they</span>)</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<h2>contact me</h2>
|
<h2>contact me</h2>
|
||||||
|
@ -129,7 +129,7 @@ dd {font-family: monospace; font-size: 1rem; margin-inline-start: 0; margin-bloc
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>gameing</h3>
|
<h3>gameing</h3>
|
||||||
<p>most of my "gamer" stuff is under the name triggerofsol. the name came from boktai; in the first boktai game "boktai: the sun is in your hands", if you 100% s-rank and get all items you get "the highest title of the delegate of Sol the solar will -- Trigger of Sol". idk the boktai games are kinda quirky and left an impact on me during my formative years. vampires, norse mythology, magitek, post-apocalyptic absurdism, lotta good stuff in those games.</p>
|
<p>most of my "gamer" stuff is under the name triggerofsol. the name came from boktai; in the first boktai game "boktai: the sun is in your hand", if you 100% s-rank and get all items you get "the highest title of the delegate of Sol the solar will -- Trigger of Sol". idk the boktai games are kinda quirky and left an impact on me during my formative years. vampires, norse mythology, magitek, post-apocalyptic absurdism, lotta good stuff in those games.</p>
|
||||||
<figure>
|
<figure>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>"So you're the Trigger of Sol? How embarrassing..."</p>
|
<p>"So you're the Trigger of Sol? How embarrassing..."</p>
|
||||||
|
|
Loading…
Reference in a new issue