Removes duplicates styles

This commit is contained in:
Alberto Garcia Cabeza
2016-05-19 16:29:37 +02:00
parent 10a2412e20
commit 1103703ace
2 changed files with 3 additions and 7 deletions

View File

@@ -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;

View File

@@ -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);
}
}