diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b1aa65c90..64684505c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -68,6 +68,10 @@ a { &:hover { text-decoration: none !important; } + + &.warning, &.warning:hover { + color: black; + } } .button.hollow { @@ -1132,13 +1136,16 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { color: black; } -.is-author { - background: #00A5F1; +.is-author, .is-association { color: black; } +.is-author { + background: #00A5F1; +} + .is-association { - background: #C0392B; + background: #E38D83; } .level-1 { diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 693e45184..0c3ff069a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -401,6 +401,7 @@ } blockquote { + color: #4C4C4C; margin-top: rem-calc(12); padding-top: 0; font-size: rem-calc(15);