Commit 356c44c5 by Brittany Cheng

voting styles

parent cbb39406
...@@ -155,6 +155,10 @@ $discussion_input_width: 100%; ...@@ -155,6 +155,10 @@ $discussion_input_width: 100%;
color: black; color: black;
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
&:hover {
text-decoration: none;
color: #1C71DD;
}
&.discussion-vote-up { &.discussion-vote-up {
margin-bottom: 3px; margin-bottom: 3px;
} }
...@@ -162,7 +166,7 @@ $discussion_input_width: 100%; ...@@ -162,7 +166,7 @@ $discussion_input_width: 100%;
margin-top: 5px; margin-top: 5px;
} }
&.voted { &.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