Skip to content

Commit

Permalink
match sponsor background with code block
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Oct 11, 2019
1 parent 0c778fb commit 2fc42d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/css/style.css
Expand Up @@ -91,7 +91,11 @@ nav.badges a + a {

.faded-images {
background-color: #ddd;
border-radius: 20px;
border: 1px solid;
border-color: #ddd #ddd #ccc;
border-radius: 3px;
padding: 1em;
box-shadow: inset 0 0 10px #ccc;
}

.faded-images img {
Expand Down

0 comments on commit 2fc42d2

Please sign in to comment.