Skip to content

Commit

Permalink
Color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelks committed Dec 30, 2023
1 parent c8d607d commit f832293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
font-size: 20px;
line-height: 32px;
color: #002626;
background-color: #F2E9E4;
background-color: #f4f1ef;
}

h1, h2 {
Expand All @@ -16,13 +16,13 @@ h2 {
}

a {
color: #E55812;
color: #1315b6cc;
text-decoration: none;
border-bottom: 1px dotted #999;
}

a:hover {
color: #95C623;
color: #0837e2a3;
}

.content {
Expand Down Expand Up @@ -56,8 +56,8 @@ a:hover {
#avatar {
object-fit: cover;
border-radius:50%;
width: 160px;
height: 160px;
width: 240px;
height: 240px;
}

.image-info {
Expand All @@ -83,8 +83,8 @@ a:hover {

@media (prefers-color-scheme: dark) {
body {
color: #888;
background-color: #222;
color: #cacaca;
background-color: #111111;
}

h1, h2, h3, h4 {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<h1>Rafael K. Streit</h1>

<p>
Building <a href="https://tripsy.app" target="_blank">Tripsy</a>.<br />
Connect with me over <a href="https://twitter.com/rafaelks">Twitter</a>, <a rel="me" href="https://mastodon.social/@rafaelks">Mastodon</a> or <a href="mailto:[email protected]">email</a>.
Building <a href="https://tripsy.app" target="_blank">Tripsy</a><br />
<a rel="me" href="https://threads.net/@rafaelks">Threads</a>, <a href="https://x.com/rafaelks">X</a> or <a href="mailto:[email protected]">email</a>.
</p>

<h2 id="working"><a href="resume.html">Working</a></h2>
Expand Down

0 comments on commit f832293

Please sign in to comment.