Skip to content

Commit

Permalink
changed some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyzza committed Jan 18, 2024
1 parent f31b46f commit 08773d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
:root {
--bg: #efefef;/*background*/
--nm: #1e1e1e;/*normal*/
--li: #808080;/*light*/
--ac: #ff5415;/*accent*/
--li: #b5b5b5;/*light*/
--ac: #ff6161;/*accent*/
--wi: 60ch; /*max width*/
}

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

Expand All @@ -25,7 +25,7 @@ body {
color: var(--nm);
background-color: var(--bg);
font-family: monospace;
font-size: 18px;
font-size: 20px;
}
header,
main,
Expand All @@ -37,6 +37,7 @@ footer {

main {
padding-bottom: 8rem;
padding-top: 4rem;
}

hgroup {
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

<main>
<section id="main">
<p>hello, i'm derpyzza, i'm a programmer and an artist</p>
<p>i like experimenting with low level technologies, and enjoy making little games and drawings in my off time</p>
<p>this is my little homepage. this is where i store some of my stuff</p>
<p>Hello, i'm derpyzza, i'm a programmer and an artist</p>
<p>I like experimenting with low level technologies, and enjoy making little games and drawings in my off time</p>
<p>This is my little homepage. This is where i store some of my stuff</p>
<br>
<p>here is some of that stuff:</p>
<p>Here is some of that stuff:</p>
<ul>
<li>
<a href="#projects">projects</a>
Expand All @@ -43,7 +43,7 @@
</ul>
</section>

<hr />
<!-- <hr /> -->

<section id="projects">
<h2>Projects</h2>
Expand All @@ -63,7 +63,7 @@ <h2>Projects</h2>
</section>
</section>

<hr />
<!-- <hr /> -->

<section id="archive">
<h2>Archive</h2>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h2><span>Games</span></h2>
</section>
</section> -->

<hr />
<!-- <hr /> -->

</main>

Expand Down

0 comments on commit 08773d2

Please sign in to comment.