Skip to content

Commit

Permalink
Minor edits, pay no mind
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyzza committed May 20, 2024
1 parent ee989b2 commit 48ea8b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
*
*/
:root {
--bg: #f2f2f2;/*background*/
--nm: #1e1e1e;/*normal*/
--li: #9f9f9f;/*light*/
--ac: #ff3434;/*accent*/
--wi: 80ch; /*max width*/
--bg: #f2f2f2; /*background*/
--nm: #1e1e1e; /*normal*/
--li: #9f9f9f; /*light*/
--ac: #ff3434; /*accent*/
--wi: 80ch; /*max width*/
}

@media (prefers-color-scheme: dark) {
:root {
--bg: #161616; /*normal*/
--nm: #f2f2f2; /*background*/
--li: #545454; /*light*/
--ac: #ff6161;/*accent*/
--bg: #161616; /*normal*/
--nm: #f2f2f2; /*background*/
--li: #545454; /*light*/
--ac: #ff6161; /*accent*/
}
}

Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
<main>
<section id="main">
<p>👋 Hello, i'm derpyzza</p>
<p>I'm a programmer and an artist. I like experimenting with low level technologies, and enjoy making little games and drawings in my off time</p>
<p>
I'm a programmer and an artist. I like experimenting with low level technologies,
and enjoy making little games and drawings in my off time.
</p>
<p>This is my homepage, which acts as a blog, a link tree, as well as a portfolio of sorts</p>
<br>
<p>Here are some links to get you started:</p>
Expand Down

0 comments on commit 48ea8b1

Please sign in to comment.