diff --git a/static/css/style.css b/static/css/style.css index a08c4b37..b3cb3864 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -10,6 +10,17 @@ a { color: #000000; text-decoration: none; } +.button_link { + color: #000000; + padding: 5px 15px 5px 15px; + border: 3px solid #eeeeee; + border-radius: 15px; + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + color: #999999; + text-decoration: none !important; + font-size: 16px; +} hr { color: #eeeeee; background-color: #eeeeee; @@ -41,12 +52,15 @@ aside div#user_meta ul li { line-height: 3em; } aside div#user_meta ul li a { + color: #000000; padding: 5px 15px 5px 15px; border: 3px solid #eeeeee; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; color: #999999; + text-decoration: none !important; + font-size: 16px; } main header { padding: 40px; diff --git a/static/css/style.less b/static/css/style.less index 1dc552ae..099fa6a4 100644 --- a/static/css/style.less +++ b/static/css/style.less @@ -24,6 +24,16 @@ a { text-decoration: none; } +.button_link { + color: @black; + padding: 5px 15px 5px 15px; + border: 3px solid @light-grey; + .border-radius(15px); + color: @med-grey; + text-decoration: none !important; + font-size: 16px; +} + hr { color: @light-grey; background-color: @light-grey; @@ -66,10 +76,7 @@ aside { line-height: 3em; a { - padding: 5px 15px 5px 15px; - border: 3px solid @light-grey; - .border-radius(15px); - color: @med-grey; + .button_link; } } } diff --git a/templates/index.html b/templates/index.html index 889f266a..6db28997 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,7 @@

{{ article.title }}

{{ article.summary }} + Continue reading →
{% if not loop.last %}