Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Change opacity and color of online ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Mar 19, 2015
1 parent 3308192 commit 7b0569c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/theme/colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ fieldset.polls dd div {

.online-ribbon span {
background-color: $content-background;
color: mix($block-background, $link-color, 40%);
color: $secondary-color;
& + span {
// box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
Expand Down
2 changes: 1 addition & 1 deletion style/theme/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ dd.profile-contact {
transform: rotate(-45deg);

+ span {
opacity: .3;
opacity: .75;
z-index: 29;
}
}
Expand Down

0 comments on commit 7b0569c

Please sign in to comment.