Loading app/assets/stylesheets/_mixins.scss +2 −2 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ $default-border-radius: 3px; opacity: 0.9; a { color: lighten($blue, 25%); color: lighten($link-color, 25%); } a:visited { color: $blue; color: $link-color; } } .desc { Loading app/assets/stylesheets/bootstrap-variables.scss +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ $brand-success: #8EDE3D !default; // $text-color: $gray-dark //** Global textual link color. $link-color: rgb(42,156,235) !default; $link-color: $blue !default; //** Link hover color set via `darken()` function. // $link-hover-color: darken($link-color, 15%) //** Link hover decoration. Loading Loading @@ -676,7 +676,7 @@ $list-group-border: transparent; $list-group-border-radius: 0; //** Background color of single list items on hover $list-group-hover-bg: $blue; $list-group-hover-bg: $link-color; //** Text color of active list items $list-group-active-color: $white; //** Background color of active list items Loading app/assets/stylesheets/color_themes/_color_theme_override_dark.scss +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ body { .opengraph a { color: lighten($gray-lighter, 27%); } .tag:hover { background-color: desaturate(darken($blue, 35%), 20%); } .tag:hover { background-color: desaturate(darken($link-color, 35%), 20%); } #profile_container .profile_header { #author_info #sharing_message.entypo-check { color: lighten($green, 10%); } Loading app/assets/stylesheets/comments.scss +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ } >.highlighted { border-left: 3px solid $blue; border-left: 3px solid $link-color; padding-left: 3px; } } Loading app/assets/stylesheets/conversations.scss +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ } &:hover, &.unread:hover, &.selected:hover { background-color: lighten($blue,5%); background-color: lighten($link-color, 5%); cursor: pointer; .participants { border-color: rgba($border-grey, 1); Loading @@ -84,7 +84,7 @@ } &.unread { background-color: $background-grey; } &.selected { background-color: $blue; } &.selected { background-color: $link-color; } .last_author, .last_message { font-size: 12px; Loading Loading @@ -144,7 +144,7 @@ float: right; line-height: normal; font-weight: normal; color: $blue; color: $link-color; } } Loading Loading
app/assets/stylesheets/_mixins.scss +2 −2 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ $default-border-radius: 3px; opacity: 0.9; a { color: lighten($blue, 25%); color: lighten($link-color, 25%); } a:visited { color: $blue; color: $link-color; } } .desc { Loading
app/assets/stylesheets/bootstrap-variables.scss +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ $brand-success: #8EDE3D !default; // $text-color: $gray-dark //** Global textual link color. $link-color: rgb(42,156,235) !default; $link-color: $blue !default; //** Link hover color set via `darken()` function. // $link-hover-color: darken($link-color, 15%) //** Link hover decoration. Loading Loading @@ -676,7 +676,7 @@ $list-group-border: transparent; $list-group-border-radius: 0; //** Background color of single list items on hover $list-group-hover-bg: $blue; $list-group-hover-bg: $link-color; //** Text color of active list items $list-group-active-color: $white; //** Background color of active list items Loading
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ body { .opengraph a { color: lighten($gray-lighter, 27%); } .tag:hover { background-color: desaturate(darken($blue, 35%), 20%); } .tag:hover { background-color: desaturate(darken($link-color, 35%), 20%); } #profile_container .profile_header { #author_info #sharing_message.entypo-check { color: lighten($green, 10%); } Loading
app/assets/stylesheets/comments.scss +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ } >.highlighted { border-left: 3px solid $blue; border-left: 3px solid $link-color; padding-left: 3px; } } Loading
app/assets/stylesheets/conversations.scss +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ } &:hover, &.unread:hover, &.selected:hover { background-color: lighten($blue,5%); background-color: lighten($link-color, 5%); cursor: pointer; .participants { border-color: rgba($border-grey, 1); Loading @@ -84,7 +84,7 @@ } &.unread { background-color: $background-grey; } &.selected { background-color: $blue; } &.selected { background-color: $link-color; } .last_author, .last_message { font-size: 12px; Loading Loading @@ -144,7 +144,7 @@ float: right; line-height: normal; font-weight: normal; color: $blue; color: $link-color; } } Loading