Add Styles for Code

main
Georg Krause 2019-05-19 20:42:40 +02:00
parent 0ee72c3bcd
commit 9f5df9ffb5
1 changed files with 6 additions and 0 deletions

View File

@ -107,4 +107,10 @@ article {
border: 1px solid #7f8c8d;
padding: 20px;
margin: 20px;
}
code {
background-color: rgba(27, 31, 35, .05);
color: black;
font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}