Skip to content

Commit

Permalink
Update navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Jan 17, 2024
1 parent 1f4a4d5 commit c858949
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/body.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
display: flex;
}
}

body {
text-rendering: optimizelegibility;
}
5 changes: 5 additions & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,13 @@ body {
white-space: nowrap;
}

.navbar-dropdown .navbar-item-special-3 {
color: #111;
font-size: .8rem;
}
.navbar-dropdown .navbar-item-special {
padding-bottom: 20px;
margin-bottom: 1.5rem;
color: var(--link-font-color);
}

Expand Down
1 change: 1 addition & 0 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
class="navbar-item navbar-item-special"
href="https://spring.io/projects"
>View all projects</a>
<li class="navbar-item navbar-item-special-3">DEVELOPMENT TOOLS</li>
<a class="navbar-item" href="https://spring.io/tools">Spring Tools 4</a>
<a
class="navbar-item navbar-item-special-2"
Expand Down

0 comments on commit c858949

Please sign in to comment.