Skip to content

Commit

Permalink
Update poole.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Quynh-Nguyen authored Nov 2, 2018
1 parent d6c4887 commit f1402e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ abbr[title] {

/* Code */
code,
pre {

{
font-family: Menlo, Monaco, "Courier New", monospace;
}
code {
Expand All @@ -170,7 +171,8 @@ pre {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
background-color: #f9f9f9;
background-color: #151515;
box-shadown: 0 10px 70px rgba(0,0,0,.55);
}
pre code {
padding: 0;
Expand Down

0 comments on commit f1402e0

Please sign in to comment.