Skip to content

Commit

Permalink
Landmark Example Pages: remove background colours that cause color co…
Browse files Browse the repository at this point in the history
…ntrast failures (pull #2738)
  • Loading branch information
jnurthen committed Jul 24, 2023
1 parent 548d8f6 commit 7723165
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions content/patterns/landmarks/examples/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ main .code {
padding: 1em;
}

main .nav-tabs > li > a {
background-color: #eee;
}

nav {
margin: 0;
margin-bottom: 1em;
Expand All @@ -138,7 +134,6 @@ aside {
padding: 0.5em;
margin-top: 0.5em;
margin-bottom: 1em;
background-color: #f4f4f4;
margin-right: 12em;
width: 100%;
border-radius: 6px;
Expand Down

0 comments on commit 7723165

Please sign in to comment.