Skip to content

Commit

Permalink
Merge pull request #20 from joe-watkins/master
Browse files Browse the repository at this point in the history
darkened <dt> text for better readability + Episode #69
  • Loading branch information
jensimmons committed Jun 2, 2014
2 parents fb3de96 + 7a47353 commit c21d935
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions _posts/transcripts/2014-05-01-069.html
@@ -0,0 +1,10 @@
---
layout: transcript
title: "WCAG and Accessibility with Luke McGrath"
permalink: 69/
---

<dl>
<dt>Jen</dt>
<dd>...</dd>
</dl>
4 changes: 2 additions & 2 deletions css/style.css
Expand Up @@ -58,7 +58,7 @@ dd {
}
dt {
clear: both;
color: #888;
color: #494949;
display: block;
float: left;
margin: 0 0.75em 0 0;
Expand All @@ -74,7 +74,7 @@ dt:nth-child(3) {
}
@media (min-width:560px) {
dt {
color: #bbb;
color: #4e4e4e;
font-size: 1em;
background: none;
padding: 0;
Expand Down

0 comments on commit c21d935

Please sign in to comment.