Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmezeal committed May 21, 2024
1 parent e093f8b commit 9f9750b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-05-20-ten-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ I once saw a kooky old professor website with a page full of lists of ten things
10. **Loafers, wingtips, and other eye-catching footwear.** I like leather shoes, but only plain or cap toe oxfords or derbies that are darker than my pants. I have a pair of derbies that have a light-colored welt, and that's as far as I'll go.
</div>

<div class="list yellow" markdown=1>
<div class="list red" markdown=1>

### Ten languages I earnestly started learning but stopped before I got anywhere, ranked by how far I got

Expand Down
22 changes: 11 additions & 11 deletions css/ten-things.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
}

.blue, .blue a {
background-color: #78c6ed;
color: #0A3348;
background-color: #93D1F0;
color: #0F4D6C;
}

.purple, .purple a {
background-color: #BB88BF;
color: #331D35;
background-color: #C0BCDC;
color: #272343;
}

.orange, .orange a {
background-color: #F49E4C;
color: #603206;
.red, .red a {
background-color: #F093A0;
color: #5A0C17;
}

.yellow, .yellow a {
background-color: #FCFF99;
color: #3B3D00;
background-color: #FEED9A;
color: #655401;
}

.green, .green a {
background-color: #C5D86D;
color: #384011;
background-color: #9AFEC9;
color: #016530;
}

0 comments on commit 9f9750b

Please sign in to comment.