Mercurial Hosting > luan
annotate blog/src/site.css @ 596:6bb0c83116e9
add blog sample app
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 15 Sep 2015 21:30:33 -0600 |
parents | |
children | 50540f0813e2 |
rev | line source |
---|---|
596 | 1 |
2 body { | |
3 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
4 font-size: 14px; | |
5 margin: 1em 5%; | |
6 } | |
7 | |
8 a[href] { | |
9 text-decoration: inherit; | |
10 color: #337ab7; | |
11 } | |
12 a[href]:visited { | |
13 color: #034a87; | |
14 } | |
15 a[href]:hover { | |
16 text-decoration: underline; | |
17 } |