File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,13 @@ ul.blog-tags {margin:24px 0;}
225
225
.orange-gradient { background : linear-gradient (40deg , # f8b600, # F88600 ) !important ;}
226
226
.btn-pink {
227
227
color : # fff ;
228
- background-color : # dd00a1 !important ;
228
+ background-color : var ( --pink ) !important ;
229
229
}
230
+ .btn-yellow {
231
+ color : # fff ;
232
+ background-color : var (--yellow ) !important ;
233
+ }
234
+
230
235
.btn .btn-md {
231
236
font-size : 0.875rem ;
232
237
}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ title: Distributed SQL query engine for big data
15
15
<p class="mr-5 mb-5 lead">Fast distributed SQL query engine
16
16
for big data analytics that helps you explore your data universe.</p>
17
17
<a class="btn btn-pink" href="./download.html">Download Trino</a>
18
- <a class="btn btn-orange" href="./slack.html">Join the community</a>
18
+ <a class="btn btn-orange" href="./slack.html">Chat with the community</a>
19
+ <a class="btn btn-yellow" href="./community.html#events">Join Trino events</a>
19
20
</div>
20
21
</div>
21
22
</div >
You can’t perform that action at this time.
0 commit comments