diff options
Diffstat (limited to 'app/assets/stylesheets/notes.css.scss')
-rw-r--r-- | app/assets/stylesheets/notes.css.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/notes.css.scss b/app/assets/stylesheets/notes.css.scss index 3e0d141e075..c493c487a23 100644 --- a/app/assets/stylesheets/notes.css.scss +++ b/app/assets/stylesheets/notes.css.scss @@ -38,7 +38,8 @@ .note span.note-title{margin-bottom: 10px} .note span.note-author{color: #999; font-weight: normal; font-style: italic;} .note span.note-author strong{font-weight: bold; font-style: normal;} - +.note p { color:$style_color; } +.note .note-author { color: $style_color;} .note .note-title { margin-left:55px; } |