_sass/_main.scss in jekyll-theme-opentoolbox-1.1.0 vs _sass/_main.scss in jekyll-theme-opentoolbox-2.0.0
- old
+ new
@@ -1,22 +1,45 @@
-@charset "utf-8";
-@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
-
-$family-sans-serif: 'Barlow', sans-serif;
-$primary: #188eac !default;
-
-$tabs-link-active-color: $primary;
-$tabs-link-active-border-bottom-color: $primary;
-
-$modal-content-width: 800px;
-
-@import "../node_modules/bulma/bulma.sass";
-$hero-darken: $dark !default;
-
-@import "layout";
-@import "syntax";
-@import "showcase";
-@import "../node_modules/bulma-block-list/src/block-list.scss";
-
-.gh-sponsor {
- color: #ea4aaa;
-}
\ No newline at end of file
+@charset "utf-8";
+
+@import "../node_modules/bulma/bulma.sass";
+@import "../node_modules/bulma-block-list/src/block-list.scss";
+
+@import "layout";
+@import "syntax";
+@import "showcase";
+
+.gh-sponsor {
+ color: #ea4aaa;
+}
+
+.user-mention {
+ font-weight: $mention-weight;
+ color: $mention-color;
+}
+
+.pagination-previous,
+.pagination-next {
+ &[disabled] {
+ background-color: $link !important;
+ color: $white !important;
+ border: none !important;
+ }
+}
+
+.is-dark {
+ &.box {
+ background-color: $dark !important;
+ color: $white;
+ }
+}
+
+.thumbnail {
+ width: 100%;
+}
+
+.is-rounded {
+ border-radius: $radius-large !important;
+}
+
+.has-shadow {
+ box-shadow: $shadow-large !important;
+}