summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css
index 240930b..c3a81ff 100644
--- a/static/base.css
+++ b/static/base.css
@@ -5,6 +5,7 @@ body {
body, input {
font-family: 'Cantarell', sans-serif;
font-size: 16px;
+ text-shadow: rgba(0,0,0,.01) 0 0 1px; /* this is definitely not a webkit-specific hack to fix font aliasing */
}
a:link, a:visited {
color: #08a;