Skip to content

Commit 7815929

Browse files
committed
docs: Tweak custom CSS
1 parent f599e9d commit 7815929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tt,
5050
font-size: 85%;
5151
border: none;
5252
border-radius: 3px;
53-
background: rgba(75, 115, 155, 0.05);
53+
background: rgba(27, 31, 35, 0.05);
5454
}
5555

5656
/* Code literals */
@@ -79,7 +79,7 @@ div[class^='highlight'] pre {
7979
line-height: 1.45;
8080
}
8181
.admonition div[class^='highlight'] {
82-
background: rgba(75, 115, 155, 0.05);
82+
background: rgba(27, 31, 35, 0.05);
8383
}
8484

8585

0 commit comments

Comments
 (0)