Skip to content

Commit

Permalink
docs: css: Bold nav items, increased letter-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Mar 28, 2022
1 parent 3671c0e commit d90f17c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ body {
display: block;
float: right;
margin-left: 2em;
font-weight: normal;
font-weight: bold;
text-transform: uppercase;
color: #151515;
letter-spacing: 0.05em; }
letter-spacing: 0.1em; }

.outer {
background-color: #eeeeee;
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ body {
float: right;
margin-left: 2em;

font-weight: normal;
font-weight: bold;
text-transform: uppercase;

color: $muted-grey;
letter-spacing: 0.05em;
letter-spacing: 0.1em;
}
}
}
Expand Down

0 comments on commit d90f17c

Please sign in to comment.