Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Reagle committed Oct 11, 2012
1 parent 71c7984 commit 8afb621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions class.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ $endfor$
padding: 0;
}

/* Links */
a { text-decoration: none; }
a:link { color: #306; }
a:visited { color: #303; }
a:active { color: #06c; background: #FFFFCC; }
a:hover { color: navy; background-color: #dbe8b9; }

/* Tables */
table {
margin: 10px;
Expand Down

0 comments on commit 8afb621

Please sign in to comment.