Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r10967 r11133  
    523523            @include default-font-sans();
    524524        }
     525
     526        a.activity-time-since {
     527            color: #717171;
     528        }
    525529    }
    526530}
     
    824828                    background-color: $light-background;
    825829                    border: 1px solid rgba($border-light, 0.6);
     830                    color: #717171;
    826831                    padding: 0 0.2em;
    827832                }
     
    904909            margin: $spacing-val-sm 0 0;
    905910
     911            a {
     912                color: #717171;
     913            }
     914
    906915            &.has-comments {
    907916                border-left: 1px solid $border-light;
     
    937946                }
    938947
    939                 .acomment-meta {border-bottom: 1px solid $border-light; font-style: italic;}
     948                .acomment-meta {
     949                    border-bottom: 1px solid $border-light;
     950                    color: #737373;
     951                    font-style: italic;
     952                }
    940953
    941954                // Display the user avatar stacked up to 30em
     
    12741287.groups {
    12751288    #group-settings-form {
    1276         h4 {
     1289        h3 {
    12771290            background: $dark-background;
    12781291            color: $content-background;
     
    13281341
    13291342            ul {
    1330                 color: rgba($body-text, 0.6);
     1343                color: #767676;
    13311344                @include font-size(14);
    13321345            }
Note: See TracChangeset for help on using the changeset viewer.