Skip to content

Commit 6491c6c

Browse files
committed
update light black
1 parent 555c468 commit 6491c6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3 class="text-2xl mt-12 mb-6">Grays</h3>
3737
<span class="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray">#141820</span>
3838
</div>
3939
<div class="h-32 bg-eh-light-black rounded-lg p-2 flex items-end">
40-
<span class="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray">#212836</span>
40+
<span class="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray">#24283B</span>
4141
</div>
4242
<div class="h-32 bg-eh-dark-gray rounded-lg p-2 flex items-end">
4343
<span class="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray">#506686</span>

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const colors = {
77
blue: '#82aaff',
88
purple: '#c792ea',
99
black: '#141820', // dark background
10-
lightBlack: '#212836', // background
10+
lightBlack: '#24283B', // background
1111
darkGray: '#506686', // comments
1212
gray: '#7c8eac', // text
1313
lightGray: '#a8b5d1', // text

0 commit comments

Comments
 (0)