Skip to content

Commit

Permalink
Improve font size readability and match height of header with Console.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Aug 31, 2023
1 parent 6a690ff commit a2f354e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions www/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* --ifm-code-font-size: 95%; */
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
font-size: 14px;
font-size: 16px;

--ifm-link-color: rgb(38, 76, 214);
--ifm-color-primary: rgb(38, 76, 214);
Expand Down Expand Up @@ -202,9 +202,10 @@ but in production this class isn't in use and we need to target this element by

.navbar {
background-color: #f3f7fb;
padding: 8px 16px;
padding: 0 16px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
height: 46px;
}

[data-theme="dark"] .navbar {
Expand All @@ -215,7 +216,6 @@ but in production this class isn't in use and we need to target this element by

.navbar__logo {
height: 24px;
margin-top: -3px;
}

.navbar__link {
Expand All @@ -238,6 +238,7 @@ h1

.theme-doc-sidebar-menu {
padding: 12px 8px;
font-size: 14px;
}

.menu__list-item:not(:first-child) {
Expand Down

0 comments on commit a2f354e

Please sign in to comment.