File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 40
40
href ="https://cloud.redis.io/ "> Login</ a >
41
41
< a class ="hidden lg:block py-1 transition-colors hover:text-redis-red-500 " href ="https://redis.io/meeting/ "> Book a
42
42
meeting</ a >
43
- < a class ="hidden lg:inline-flex transition-colors hover:duration-0 duration-500 ease-out items-center justify-center bg-redis-red-500 hover:bg-redis-yellow-500 hover:text-midnight-900 h-full px-[27px ] "
43
+ < a class ="hidden lg:inline-flex transition-colors hover:duration-0 duration-500 ease-out items-center justify-center bg-redis-red-700 hover:bg-redis-pen-900 text-redis-white-200 font-bold hover:text-midnight-900 h-full px-[22px ] "
44
44
href ="https://redis.io/try-free/ "> Try Redis</ a >
45
45
< button data-menu-toggle aria-expanded ="false " type ="button "
46
46
class ="menu-toggle lg:hidden p-1 mt-1 transition-colors hover:text-redis-red-500 ">
81
81
</ ul >
82
82
< ul class ="pt-6 ">
83
83
< li class ="mx-auto flex w-11/12 text-center "> < a
84
- class ="my-2 w-full rounded-md border border-redis-pen-600 bg-redis-yellow-500 py-3 text-black active:bg-redis-pen-800 active:text-white "
84
+ class ="my-2 w-full rounded-md border border-redis-pen-600 bg-redis-red-700 py-3 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white "
85
85
href ="https://redis.io/try-free/ "> Try Redis</ a > </ li >
86
86
< li class ="mx-auto flex w-11/12 text-center "> < a
87
87
class ="my-2 w-full rounded-md border border-redis-pen-600 py-3 active:bg-redis-pen-800 active:text-white "
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
54
54
</ div >
55
55
< div class ="mt-auto ">
56
56
< h2 class ="mb-6 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 "> Get Redis</ h2 > < a
57
- class ="w-9/12 rounded border border -redis-pen-600 bg-redis-yellow-500 px-6 py-4 font-mono font-normal hover:bg-redis-pen-800 hover:text-white "
57
+ class ="w-9/12 rounded border-redis-pen-600 bg-redis-red-700 px-12 py-4 text-redis-white-200 font-sans font-bold text-[16px] weight-[400] hover:bg-redis-pen-900 "
58
58
href ="https://redis.io/downloads/ "> Downloads</ a >
59
59
</ div >
60
60
</ div >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">Tools</h2>
48
48
< div class ="pt-4 ">
49
49
< h2 class ="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400 "> Get Redis</ h2 >
50
50
< div class ="flex text-center "> < a
51
- class ="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white "
51
+ class ="w-full rounded border border-redis-pen-600 bg-redis-red-700 py-4 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white "
52
52
href ="https://redis.io/downloads/ "> Downloads</ a > </ div >
53
53
</ div >
54
54
</ div >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
56
56
</ div >
57
57
< div class ="mt-auto ">
58
58
< h2 class ="mb-6 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 "> See how it works</ h2 > < a
59
- class ="w-9/12 rounded border border -redis-pen-600 bg-redis-yellow-500 p-4 font-mono font-normal hover:bg-redis-pen-800 hover:text-white "
59
+ class ="w-9/12 rounded border-redis-pen-600 bg-redis-red-700 px-6 py-4 text-redis-white-200 font-sans font-bold text-[16px] weight-[400] hover:bg-redis-pen-900 "
60
60
href ="https://redis.io/demo-center/ "> < span > Visit Demo Center</ span > </ a >
61
61
</ div >
62
62
</ div >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h2 class="pb-2 text-xs uppercase tracking-[2px] text-gray-400">Latest</h2>
51
51
< div class ="mb-4 ">
52
52
< h2 class ="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400 "> See how it works</ h2 >
53
53
< div class ="flex text-center "> < a
54
- class ="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white "
54
+ class ="w-full rounded border border-redis-pen-600 bg-redis-red-700 py-4 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white "
55
55
href ="https://redis.io/demo-center/ "> Visit Demo Center</ a > </ div >
56
56
</ div >
57
57
</ div >
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ module.exports = {
21
21
} ,
22
22
'redis-red' : {
23
23
500 : '#FF4438' ,
24
- 600 : '#D52D1F'
24
+ 600 : '#D52D1F' ,
25
+ 700 : '#E4291E' ,
25
26
} ,
26
27
'redis-yellow' : {
27
28
100 : '#FBFFE8' ,
@@ -38,7 +39,8 @@ module.exports = {
38
39
400 : '#8A99A0' ,
39
40
600 : '#5C707A' ,
40
41
700 : '#2D4754' ,
41
- 800 : '#163341'
42
+ 800 : '#163341' ,
43
+ 900 : '#8A221C' ,
42
44
} ,
43
45
'redis-pencil' : {
44
46
200 : '#E5E5E5' ,
@@ -61,6 +63,9 @@ module.exports = {
61
63
200 : '#F9F9F9' ,
62
64
600 : '#bfc2c4' ,
63
65
800 : '#4E545B'
66
+ } ,
67
+ 'redis-white' : {
68
+ 200 : '#FFF' ,
64
69
}
65
70
} ,
66
71
typography : ( theme ) => ( {
You can’t perform that action at this time.
0 commit comments