File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
display : flex;
4
4
}
5
5
}
6
+
7
+ body {
8
+ text-rendering : optimizeLegibility;
9
+ }
Original file line number Diff line number Diff line change @@ -286,8 +286,13 @@ body {
286
286
white-space : nowrap;
287
287
}
288
288
289
+ .navbar-dropdown .navbar-item-special-3 {
290
+ color : # 111 ;
291
+ font-size : 0.8rem ;
292
+ }
289
293
.navbar-dropdown .navbar-item-special {
290
294
padding-bottom : 20px ;
295
+ margin-bottom : 1.5rem ;
291
296
color : var (--link-font-color );
292
297
}
293
298
Original file line number Diff line number Diff line change 43
43
--body-line-height : 1.15 ;
44
44
--body-font-color : # 191e1e ;
45
45
--body-font-family : "Open Sans" , sans;
46
- --body-font-weight-bold : 500 ;
47
- --monospace-font-weight-bold : 500 ;
46
+ --body-font-weight-bold : 600 ;
47
+ --monospace-font-weight-bold : 600 ;
48
48
/* base */
49
49
--body-background : var (--color-white );
50
50
--panel-background : var (--color-smoke-30 );
Original file line number Diff line number Diff line change 99
99
class =" navbar-item navbar-item-special"
100
100
href =" https://spring.io/projects"
101
101
>View all projects</a >
102
+ <li class =" navbar-item navbar-item-special-3" >DEVELOPMENT TOOLS</li >
102
103
<a class =" navbar-item" href =" https://spring.io/tools" >Spring Tools 4</a >
103
104
<a
104
105
class =" navbar-item navbar-item-special-2"
You can’t perform that action at this time.
0 commit comments