Make things prettier
This commit is contained in:
@@ -42,6 +42,17 @@ a.button {
|
||||
display: inline-block;
|
||||
padding: 1em;
|
||||
}
|
||||
code {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
code:before {
|
||||
content: "[";
|
||||
opacity: 0.25;
|
||||
}
|
||||
code:after {
|
||||
content: "]";
|
||||
opacity: 0.25;
|
||||
}
|
||||
dl {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user