edit border style a bit

This commit is contained in:
nelle 2024-08-03 01:43:01 -06:00
parent 7908d756a0
commit 3401753f2a
2 changed files with 6 additions and 5 deletions

View file

@ -7,15 +7,15 @@
margin-top: 1em;
margin-bottom: 1em;
border: 3px solid var(--accent);
border-radius: 5px;
border: 2.5px solid var(--accent);
border-radius: 3px;
opacity: 0.9;
background: linear-gradient(to bottom right, var(--background-950), var(--background-900));
-webkit-box-shadow: 0 0 20px var(--accent);
-moz-box-shadow: 0 0 20px var(--accent);
box-shadow: 0 0 20px var(--accent);
-webkit-box-shadow: 0 0 8px var(--accent);
-moz-box-shadow: 0 0 8px var(--accent);
box-shadow: 0 0 8px var(--accent);
text-align: center;
}

View file

@ -11,6 +11,7 @@ import Layout from "../layouts/Layout.astro";
</section>
<section class="content">
<p>hello, what brings you here?</p>
<p>my name is nelle (not Nelle, nelle), some call me <span style="color: var(--accent);">[data expunged]</span></p>
</section>
</main>
</Layout>