Commit d2288514 by Brittany Cheng

link styles

parent 9c00284e
...@@ -237,6 +237,12 @@ form label { ...@@ -237,6 +237,12 @@ form label {
} }
.discussion-content-edit, .discussion-reply-new, .new-post-form { .discussion-content-edit, .discussion-reply-new, .new-post-form {
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
a {
&:hover {
color: #1C71DD;
text-decoration: none;
};
}
.new-post-control { .new-post-control {
margin-left: 80%; margin-left: 80%;
margin-top: 1%; margin-top: 1%;
...@@ -259,6 +265,9 @@ form label { ...@@ -259,6 +265,9 @@ form label {
padding-top: 9px; padding-top: 9px;
text-decoration: none; text-decoration: none;
width: inherit; width: inherit;
&:hover {
color: white;
}
} }
} }
.new-post-form { .new-post-form {
...@@ -320,6 +329,12 @@ form label { ...@@ -320,6 +329,12 @@ form label {
font-size: $comment_info_size; font-size: $comment_info_size;
font-style: italic; font-style: italic;
margin-top: 2%; margin-top: 2%;
a {
&:hover {
text-decoration: none;
color: #1C71DD;
}
}
.comment-time { .comment-time {
display: inline; display: inline;
float: right; float: right;
...@@ -336,6 +351,10 @@ form label { ...@@ -336,6 +351,10 @@ form label {
color: #1d9dd9; color: #1d9dd9;
display: inline; display: inline;
margin-left: 2px; margin-left: 2px;
&:hover {
text-decoration: none;
color: #1C71DD;
}
} }
} }
.discussion-content { .discussion-content {
......
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