File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 55
55
56
56
.mdx-hero__buttons {
57
57
margin-bottom : 20px ;
58
+
59
+ }
60
+
61
+ .md-button {
62
+ margin-left : 5px ;
63
+ margin-right : 5px ;
58
64
}
59
65
60
66
.mdx-container {
69
75
text-align : center;
70
76
}
71
77
}
78
+
79
+ [data-md-color-scheme = "slate" ] {
80
+ .md-button {
81
+ color : # f8f8f8 ;
82
+ }
83
+ }
72
84
</ style >
73
85
74
86
< section class ="mdx-container ">
@@ -85,6 +97,9 @@ <h1>GradleUp</h1>
85
97
< a href ="{{ 'projects/' | url }} " title ="Our Projects " class ="md-button md-button--primary ">
86
98
Our Projects
87
99
</ a >
100
+ < a href ="https://blog.gradleup.com/ " target ="_blank " title ="Blog " class ="md-button ">
101
+ Blog
102
+ </ a >
88
103
< a href ="{{ 'docs/community/participate/' | url }} " title ="Participate " class ="md-button ">
89
104
Contributing
90
105
</ a >
You can’t perform that action at this time.
0 commit comments