diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 23:53:53 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 23:53:53 -0700 |
commit | 6918d70360e5ccfd445b522645c2b7f7bdd9a193 (patch) | |
tree | ce03c322f50372175a2a5d0a4b186d953fb4571f /css | |
parent | d921479818a7f395a62214be1f3a394750d5b3a2 (diff) | |
parent | 321a22bce4deb56a5213bb00ff17421fc94837c0 (diff) | |
download | pathery-6918d70360e5ccfd445b522645c2b7f7bdd9a193.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'css')
-rw-r--r-- | css/pagestyle.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/pagestyle.css b/css/pagestyle.css index 6351a28..b882bfe 100644 --- a/css/pagestyle.css +++ b/css/pagestyle.css @@ -1,6 +1,7 @@ body {
font-size: 16px;
font-family: cantarell, helvetica, sans-serif;
+ text-shadow: rgba(0,0,0,.01) 0 0 1px; /* this is definitely not a webkit-specific hack to fix font aliasing */
background-color: #121212;
color: #ffffff;
|