Added Issue 9

This commit is contained in:
2019-05-23 17:33:33 -06:00
parent 38a3c51294
commit 7440c0657c
4 changed files with 209 additions and 0 deletions

View file

@ -186,6 +186,7 @@ html, body {
#posts {
li {
list-style-type: none;
padding-bottom: 0.66667em;
}
}
@ -276,11 +277,15 @@ code {
padding: 4px 8px;
font-weight: 400;
padding: 0.5em 1em;
border-bottom: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.page-item:hover, .page-item:active, .page-item:focus {
border-bottom: none;
}
/* Footer */