Commit 356c44c5 by Brittany Cheng

voting styles

parent cbb39406
......@@ -155,6 +155,10 @@ $discussion_input_width: 100%;
color: black;
font-weight: bold;
font-size: 15px;
&:hover {
text-decoration: none;
color: #1C71DD;
}
&.discussion-vote-up {
margin-bottom: 3px;
}
......@@ -162,7 +166,7 @@ $discussion_input_width: 100%;
margin-top: 5px;
}
&.voted {
color: #1d9dd9;
color: #1C71DD;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment