File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export const tykStacksCols = [
105
105
<div className = " image-container mb-6" >
106
106
<img src = " /img/home-page-review-icon.svg" alt = " Guided evaluation" className = " home-img" />
107
107
</div >
108
- <p className = " fs-xs font-semibold mb-4 text-sec" >Schedule your guided evaluation</p >
108
+ <p className = " fs-18 font-semibold mb-4 text-sec" >Schedule your guided evaluation</p >
109
109
<p className = " fs-xs mb-3 text-sec" >
110
110
Looking to evaluate our powerful Hybrid or  ; Self-Managed deployment types?
111
111
</p >
@@ -127,7 +127,7 @@ export const tykStacksCols = [
127
127
<div className = " image-container mb-6" >
128
128
<img src = " /img/home_page_free_trial_icon.svg" alt = " 48-hour free trial" className = " home-img" />
129
129
</div >
130
- <p className = " fs-xs font-semibold mb-4 text-sec" >Start your 48-hour free trial</p >
130
+ <p className = " fs-18 font-semibold mb-4 text-sec" >Start your 48-hour free trial</p >
131
131
<p className = " fs-xs mb-3 text-sec" >Dive in with a cloud-based trial.</p >
132
132
<p className = " fs-xs mb-3 text-sec" >
133
133
Get access to all features and capabilities of Tyk. No installation or credit card needed (and no need
Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ li[id="topbar-cta-button"] > a > div > svg > path {
34
34
color : # ffffff ; /* White text in dark mode */
35
35
}
36
36
37
+ .fs-18 { font-size : 18px ; }
38
+
37
39
.fs-16 { font-size : 16px ; }
38
40
.fs-xs { font-size : 14px ; }
39
41
.font-400 { font-weight : 400 ; }
40
42
.text-sec { color : var (--text-subdued , # 515071 ); }
41
43
42
44
.dark .text-sec {
43
- color : # a1a1aa ; /* Light gray text in dark mode */
45
+ color : # FFF ; /* Light gray text in dark mode */
44
46
}
45
47
46
48
/* ---------- layout helpers ---------- */
@@ -670,6 +672,7 @@ li[id="topbar-cta-button"] > a > div > svg > path {
670
672
margin-left : 16px !important ; /* Add spacing between icon and text for both light and dark mode */
671
673
}
672
674
675
+ /* ---------- Dark mode styling for card headings in "Try it out" section ---------- */
673
676
.dark .grid-cols-2 > div : hover img ,
674
677
.dark .grid > div [class *= "border" ]: hover img ,
675
678
.dark .grid > div [class *= "rounded" ]: hover img {
You can’t perform that action at this time.
0 commit comments