Generic customisation

This commit is contained in:
Jeremy Thomas
2017-07-28 21:44:46 +01:00
parent 1be49f2190
commit cd4a7b54e6
3 changed files with 38 additions and 30 deletions

View File

@@ -140,7 +140,6 @@ a {
color: #00d1b2;
cursor: pointer;
text-decoration: none;
transition: none 86ms ease-out;
}
a:hover {
@@ -150,7 +149,7 @@ a:hover {
code {
background-color: whitesmoke;
color: #ff3860;
font-size: 0.8em;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
}
@@ -190,7 +189,7 @@ strong {
pre {
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.8em;
font-size: 0.875em;
white-space: pre;
word-wrap: normal;
}
@@ -205,10 +204,6 @@ pre code {
padding: 1.25rem 1.5rem;
}
table {
width: 100%;
}
table td,
table th {
text-align: left;