Initial commits and git hooks

This commit is contained in:
2018-06-18 17:49:35 -04:00
parent 211490ae47
commit 6078d6fd3a
283 changed files with 14994 additions and 8407 deletions

View File

@@ -0,0 +1,59 @@
---
---
@import "uno";
@import "tables";
@import "monokai";
/* Modifications */
pre.highlight,
.highlight pre {
padding: 10px;
}
pre.highlight code,
.highlight pre code {
white-space: pre-wrap;
}
.btn,
.navigation__item a {
margin: 5px 0;
white-space: nowrap;
}
.pagination__page-number {
display: inline-block;
padding: 10px;
}
.categories a,
.tags a {
border: 1px solid #e25440;
border-radius: 20px;
color: #e25440;
display: inline-block;
font-size: 12px;
margin: 5px 0;
padding: 5px 10px;
text-shadow: none;
white-space: nowrap;
}
.post-meta__tags {
font-size: 12px;
padding: 0 5px;
}
.footer__copyright {
margin: 0 20px 10px;
}
.user-image {
margin-bottom: 1.2em;
position: relative;
width: 100px;
height: 100px;
border: 3px solid #fff;
border-radius:100%;
}