Skip to content

Commit a824cbe

Browse files
authored
feat: Improve UI
Resolves #195
1 parent 6dd9cce commit a824cbe

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

src/css/body.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
display: flex;
44
}
55
}
6+
7+
body {
8+
text-rendering: optimizeLegibility;
9+
}

src/css/header.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,13 @@ body {
286286
white-space: nowrap;
287287
}
288288

289+
.navbar-dropdown .navbar-item-special-3 {
290+
color: #111;
291+
font-size: 0.8rem;
292+
}
289293
.navbar-dropdown .navbar-item-special {
290294
padding-bottom: 20px;
295+
margin-bottom: 1.5rem;
291296
color: var(--link-font-color);
292297
}
293298

src/css/vars.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
--body-line-height: 1.15;
4444
--body-font-color: #191e1e;
4545
--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;
4848
/* base */
4949
--body-background: var(--color-white);
5050
--panel-background: var(--color-smoke-30);

src/partials/header-content.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
class="navbar-item navbar-item-special"
100100
href="https://spring.io/projects"
101101
>View all projects</a>
102+
<li class="navbar-item navbar-item-special-3">DEVELOPMENT TOOLS</li>
102103
<a class="navbar-item" href="https://spring.io/tools">Spring Tools 4</a>
103104
<a
104105
class="navbar-item navbar-item-special-2"

0 commit comments

Comments
 (0)