Removes duplicates styles
This commit is contained in:
@@ -60,8 +60,8 @@ $light-gray: #e6e6e6;
|
||||
$medium-gray: #cacaca;
|
||||
$dark-gray: #8a8a8a;
|
||||
$black: #222222;
|
||||
$white: #fefefe;
|
||||
$body-background: white;
|
||||
$white: #ffffff;
|
||||
$body-background: $white;
|
||||
$body-font-color: $black;
|
||||
$body-font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif !important;
|
||||
$body-antialiased: true;
|
||||
|
||||
@@ -1545,11 +1545,7 @@ table {
|
||||
background: rgba(255,241,204,1);
|
||||
}
|
||||
|
||||
&.is-author {
|
||||
background: rgba(45,144,248,.15);
|
||||
}
|
||||
|
||||
&.is-admin, &.is-moderator {
|
||||
&.is-author, &.is-admin, &.is-moderator {
|
||||
background: rgba(45,144,248,.15);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user