Increase font-size to improve readability

This commit is contained in:
Michael Rose 2018-08-09 15:43:50 -04:00
parent c259535e44
commit b3d7ea1fc6

View file

@ -499,7 +499,6 @@
.toc {
font-family: $sans-serif-narrow;
color: $gray;
letter-spacing: 1px;
background-color: $background-color;
border: 1px solid $border-color;
border-radius: $border-radius;
@ -520,13 +519,12 @@
padding: 0;
width: 100%;
list-style: none;
font-size: 0.8rem;
font-size: $type-size-7;
a {
display: block;
padding: 0.5rem 1rem;
color: $muted-text-color;
font-size: $type-size-7;
font-weight: bold;
line-height: 1.5;
border-bottom: 1px solid $border-color;