improve light theme

This commit is contained in:
Ruben 2024-01-02 20:10:13 -06:00
commit 9be13669a1
3 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View file

@ -61,7 +61,7 @@
<div class="pixel-corners">
<article id="links" class="links">
<h1><span class="anchors"><a href="#links">~/links</a></span></h1>
<small>(my socials, categorized by what type of services they are <span class="dot"></span> in order of most prefered to least prefered! <span class="dot"></span> some of these have extra info you can find by clicking their icons)</small>
<p>my socials, feel free to get in touch with me using these <span class="dot"></span> you can find extra info by clicking their icons!</p>
<main class="fedi">
<section class="firefish">

View file

@ -689,13 +689,13 @@ footer > .dot {
@media (prefers-color-scheme: light) {
:root {
--page-bg: #FFFFFF;
--bg: #E6F4EB;
--bg-t: #BCFFE1;
--header: #00C293;
--header-2: #00A47C;
--bg: #EBFFF9;
--bg-t: #ADFFE7;
--header: #00B881;
--header-2: #007A56;
--fg: #121E19;
--accent-1: #00E1A9;
--shadow: #36FFC4;
--shadow: #ADFFE7;
}
html {