diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-05-20 01:33:28 +0200 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-23 17:39:58 -0500 |
commit | 7e199c9c87de8feeb51287cd5770f6e830257a79 (patch) | |
tree | 3cb71b58c51272ba2e3eee51c13b5239cb89ef81 | |
parent | 265c19ae338001f718161f2fc812258ba7ff03e5 (diff) | |
download | mediagoblin-7e199c9c87de8feeb51287cd5770f6e830257a79.tar.lz mediagoblin-7e199c9c87de8feeb51287cd5770f6e830257a79.tar.xz mediagoblin-7e199c9c87de8feeb51287cd5770f6e830257a79.zip |
Changed link color and underline
-rw-r--r-- | mediagoblin/static/css/base.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 523be74c..5daab9bb 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -24,9 +24,7 @@ h1 { } a { - color: #d12929; - border-bottom: 1px dotted; - text-decoration: none; + color: #86D4B1; } label { |