diff --git a/static/css/noticias.css b/static/css/noticias.css index 3cd6f48..1bee9f4 100644 --- a/static/css/noticias.css +++ b/static/css/noticias.css @@ -111,7 +111,7 @@ a:hover { .noticia:nth-child(even) { background: #ede4db; } .noticia a:visited { - color: #959595; + color: #747474; text-decoration: none; } .noticia .order-number { float: left; diff --git a/static/css/noticias.scss b/static/css/noticias.scss index 11c245a..4bd83a4 100644 --- a/static/css/noticias.scss +++ b/static/css/noticias.scss @@ -161,7 +161,7 @@ a:hover{ }; a:visited{ - color:lighten($dark-grey,45%); + color:lighten($dark-grey,32%); text-decoration:none; } diff --git a/templates/comment_bit.html b/templates/comment_bit.html index e367975..92ec233 100644 --- a/templates/comment_bit.html +++ b/templates/comment_bit.html @@ -24,7 +24,7 @@ {% if user %} Responder {% else %} - Necesitas login o registro para responder. + Responder {% endif %}
diff --git a/templates/post.html b/templates/post.html index 360be8f..fa16246 100644 --- a/templates/post.html +++ b/templates/post.html @@ -16,7 +16,7 @@ {% else %} - Necesitas Login o registro para agregar comentario.
+ Registrate para responder a este mensaje, toma 10 segundos
{% endif %} {% for comment in comments %} {% if not comment.father_ref %}