Skip to content

Commit

Permalink
feat: Improve UI
Browse files Browse the repository at this point in the history
Resolves #195
  • Loading branch information
oodamien authored Jan 26, 2024
1 parent 6dd9cce commit a824cbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 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: 0.8rem;
}
.navbar-dropdown .navbar-item-special {
padding-bottom: 20px;
margin-bottom: 1.5rem;
color: var(--link-font-color);
}

Expand Down
4 changes: 2 additions & 2 deletions src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
--body-line-height: 1.15;
--body-font-color: #191e1e;
--body-font-family: "Open Sans", sans;
--body-font-weight-bold: 500;
--monospace-font-weight-bold: 500;
--body-font-weight-bold: 600;
--monospace-font-weight-bold: 600;
/* base */
--body-background: var(--color-white);
--panel-background: var(--color-smoke-30);
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 a824cbe

Please sign in to comment.