diff --git a/css/21.css b/css/21.css index 4d22c57..2b0aa62 100644 --- a/css/21.css +++ b/css/21.css @@ -5,7 +5,7 @@ body { padding-top: 10px; padding-bottom: 10px; background-color: black; - color: gray; + color: #CCC; padding: 30px; } @@ -29,8 +29,13 @@ body { .content p, .content li, .content label { font-family: Georgia, serif; - font-size: 15px; - line-height: 25px; + font-size: 1.2rem; + line-height: 1.8rem; +} + +.content small { + font-size: 0.79rem; + color: #555; } .content label.checkbox input { @@ -88,7 +93,9 @@ p>code { border-color: #836548 #836548 hsl(29, 29%, 36%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); + min-width: 15em; -webkit-font-smoothing: antialiased; + margin: 1em; } .btn-github { diff --git a/css/bootstrap.css b/css/bootstrap.css index 9cf982b..f048259 100755 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -307,7 +307,7 @@ h5, h6 { margin: 0; font-weight: bold; - color: #AAA; + color: #FFF; text-rendering: optimizelegibility; } h1 small, @@ -317,7 +317,7 @@ h4 small, h5 small, h6 small { font-weight: normal; - color: #999999; + color: #DDD; } h1 { font-size: 30px;