diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 23:32:14 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 23:33:03 -0700 |
commit | 2e6016922cfeaf32e69f65df8178d71387782e2c (patch) | |
tree | 45222803c2b386ed39af4530c9eddc7090f4a60b /webroot/css/base.css | |
parent | 913bca163e3c00c2f956b7882945b73a5d47ce71 (diff) | |
download | otakuhub-2e6016922cfeaf32e69f65df8178d71387782e2c.tar.xz |
/anime works
Diffstat (limited to 'webroot/css/base.css')
-rw-r--r-- | webroot/css/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index ab9cca3..e783306 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -2,6 +2,9 @@ body { font-family: Cantarell; letter-spacing: -0.01em; } +a:link, a:visited { + text-decoration: none; +} h1 { font-weight: bold; font-size: 220%; |