_sass/minima/_base.scss in jekyll-theme-lcsb-default-0.3.14 vs _sass/minima/_base.scss in jekyll-theme-lcsb-default-0.3.15
- old
+ new
@@ -173,13 +173,11 @@
* Code formatting
*/
pre,
code {
@include relative-font-size(0.9375);
- border: 1px solid $grey-color-light;
- border-radius: 3px;
- background-color: #f4f4f4;
+ background-color: #f6f8fa;
}
code {
padding: 1px 5px;
}
@@ -190,10 +188,11 @@
> code {
border: 0;
padding-right: 0;
padding-left: 0;
+ font-size: 90%;
}
}
.main {
@@ -319,23 +318,14 @@
font-size: smaller;
text-align: $table-text-align;
color: lighten($text-color, 18%);
border-collapse: collapse;
border: 1px solid $grey-color-light;
- tr {
- &:nth-child(even) {
- // background-color: lighten($grey-color-light, 6%);
- background-color: #f0f0f0;
- }
- }
th, td {
padding: ($spacing-unit / 3) ($spacing-unit / 2);
}
th {
- // background-color: lighten($grey-color-light, 3%);
- background-color: #f0f0f0;
border: 1px solid darken($grey-color-light, 4%);
- border-bottom-color: darken($grey-color-light, 12%);
}
td {
border: 1px solid $grey-color-light;
}
}