File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h3 class="text-2xl mt-12 mb-6">Grays</h3>
37
37
< span class ="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray "> #141820</ span >
38
38
</ div >
39
39
< 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 >
41
41
</ div >
42
42
< div class ="h-32 bg-eh-dark-gray rounded-lg p-2 flex items-end ">
43
43
< span class ="bg-eh-light-black rounded-md px-2 py-1 text-eh-light-gray "> #506686</ span >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const colors = {
7
7
blue : '#82aaff' ,
8
8
purple : '#c792ea' ,
9
9
black : '#141820' , // dark background
10
- lightBlack : '#212836 ' , // background
10
+ lightBlack : '#24283B ' , // background
11
11
darkGray : '#506686' , // comments
12
12
gray : '#7c8eac' , // text
13
13
lightGray : '#a8b5d1' , // text
You can’t perform that action at this time.
0 commit comments