Se lee mejor ahora

This commit is contained in:
Daniel Cortés
2019-06-23 00:39:24 -04:00
parent 4d287d9b69
commit 61cd63b265
6 changed files with 15 additions and 16 deletions

View File

@@ -8,6 +8,8 @@ $color01: #0fa0ce;
body {
color: $colorfg;
line-height: 1.6em;
font-size: 1.25em;
max-width: 80ch;
padding: 2rem;
margin: auto;
@@ -17,6 +19,10 @@ hr {
border: 1px solid $colorborder;
}
a {
color: $colorfg;
}
.navbar {
display: flex;
border-bottom: 1px solid $colorborder;