Skip to content

Commit

Permalink
Tweak header color and underline thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Oct 7, 2020
1 parent 395e14f commit 13a6f80
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/themes/smithy/static/default.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@ a:hover, .reference.external:hover {
/* ----- Headings ------ */

h1, h2, h3, h4, h5, h6 {
color: #000;
color: #222;
line-height: 1.25;
margin-bottom: 1em;
font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
color: #000;
color: #222;
text-underline-position: under;
text-decoration-thickness: 2px !important;
text-decoration-thickness: 1px !important;
}

h2, h3, h4, h5, h6, h7 {
Expand Down Expand Up @@ -340,8 +340,9 @@ header {
display: block;
width: 100%;
flex: none;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
background-color: #f2f2f2;
}

.header-flex {
Expand Down Expand Up @@ -410,7 +411,7 @@ header {
#page-navigation .site-page a {
display: block;
padding: 0 1em;
color: #444;
color: #222;
}

#page-navigation .site-page a:hover {
Expand Down

0 comments on commit 13a6f80

Please sign in to comment.