summaryrefslogtreecommitdiff
path: root/assets/sass/_comment.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_comment.sass')
-rw-r--r--assets/sass/_comment.sass14
1 files changed, 8 insertions, 6 deletions
diff --git a/assets/sass/_comment.sass b/assets/sass/_comment.sass
index e61ef462..fdc38eaf 100644
--- a/assets/sass/_comment.sass
+++ b/assets/sass/_comment.sass
@@ -1,11 +1,13 @@
+@import variables
+
.comment-sorting
text-align: right
a
- color: #555
+ color: color('medium')
font-weight: normal
text-decoration: none
&:hover
- color: #aaa
+ color: color('light')
.comment
padding: 5px
@@ -19,20 +21,20 @@
margin-bottom: 10px
.comment-date
- color: #999
+ color: color('light')
font-weight: 200
.comment-actions
- font-size: $text-small
+ font-size: size('small')
margin-left: 55px
margin-top: 8px
li
display: inline
a
- color: #999
+ color: color('light')
text-decoration: none
&:focus, &:hover
- color: #333
+ color: color('primary')
text-decoration: underline
.comment-content