summaryrefslogtreecommitdiff
path: root/static/media
diff options
context:
space:
mode:
Diffstat (limited to 'static/media')
-rw-r--r--static/media/css/custom.css (renamed from static/media/css/comments.css)3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/media/css/comments.css b/static/media/css/custom.css
index 39aa538..6159125 100644
--- a/static/media/css/comments.css
+++ b/static/media/css/custom.css
@@ -5,3 +5,6 @@ body #comments {
overflow: hidden;
padding: 15px 20px;
width: 610px; }
+
+a[href^="https:"] {
+ text-decoration: underline; }