- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10967 r11133 523 523 @include default-font-sans(); 524 524 } 525 526 a.activity-time-since { 527 color: #717171; 528 } 525 529 } 526 530 } … … 824 828 background-color: $light-background; 825 829 border: 1px solid rgba($border-light, 0.6); 830 color: #717171; 826 831 padding: 0 0.2em; 827 832 } … … 904 909 margin: $spacing-val-sm 0 0; 905 910 911 a { 912 color: #717171; 913 } 914 906 915 &.has-comments { 907 916 border-left: 1px solid $border-light; … … 937 946 } 938 947 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 } 940 953 941 954 // Display the user avatar stacked up to 30em … … 1274 1287 .groups { 1275 1288 #group-settings-form { 1276 h 4{1289 h3 { 1277 1290 background: $dark-background; 1278 1291 color: $content-background; … … 1328 1341 1329 1342 ul { 1330 color: rgba($body-text, 0.6);1343 color: #767676; 1331 1344 @include font-size(14); 1332 1345 }
Note: See TracChangeset
for help on using the changeset viewer.