_sass/hydeout/_variables.scss in jekyll-theme-hydeout-3.3.1 vs _sass/hydeout/_variables.scss in jekyll-theme-hydeout-3.4.0
- old
+ new
@@ -32,9 +32,16 @@
$sidebar-width: 18rem !default;
$large-breakpoint: 48rem !default;
$large-font-size: 1.25rem !default;
+$box-shadow-size: 1px !default;
+$box-shadow-opacity: 0.16 !default;
+$default-box-shadow: $box-shadow-size
+ $box-shadow-size
+ $box-shadow-size
+ rgba(0, 0, 0, $box-shadow-opacity);
+
$code-font-family: Menlo, Monaco, "Courier New", monospace !default;
$code-color: #bf616a !default;
// Hyde theming
$sidebar-bg-color: #202020 !default;
\ No newline at end of file