assets/sass/theme/brand.scss in jmblog-theme-1.2 vs assets/sass/theme/brand.scss in jmblog-theme-1.3
- old
+ new
@@ -13,19 +13,26 @@
$lightgreentext: #28c3ab;
$lightgreentext_rgba: rgba(40,195,171,.2);
$errortext: #c32836;
$green: #28c3ab;
$grey-dark: #111;
+$white: #fff;
$content-blockquote-background-color: $white;
+// $content-blockquote-border-left
-
// // Custom vars
$primary: $green;
$link: $primary;
+//
+// $info: $cyan;
+// $success: $green;
+// $warning: $yellow;
+// $danger: $red;
+// $dark: $grey-darker;
+// $text: $grey-dark;
-
// Bulma configuration
$widescreen-enabled: false;
$fullhd-enabled: false;
$column-gap: 2.2rem;
@@ -45,20 +52,6 @@
p cite {
display: block;
font-size: 1rem;
text-align: right;
}
-}
-
-#main_article .content {
-
- .responsive-image {
- margin-left:0;
- margin-right:0s;
-
- figure {
- margin-left:0;
- margin-right:0;
- margin-bottom:0;
- }
- }
}
\ No newline at end of file