_includes/styles/variables.scss in jekyll-theme-hydejack-9.0.4 vs _includes/styles/variables.scss in jekyll-theme-hydejack-9.1.0
- old
+ new
@@ -12,12 +12,12 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// {% assign vars = site.data.variables %}
-// {% assign ui_font = 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif' %}
-// {% assign ui_font_code = 'ui-monospace, monospace' %}
+// {% assign ui_font = 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif' %}
+// {% assign ui_font_code = 'ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace' %}
$font-family: {{ vars.font | default:site.font | default:ui_font }};
$font-family-heading: {{ vars.font_heading | default:site.font_heading | default:ui_font }};
$code-font-family: {{ vars.font_code | default:site.font_code | default:ui_font_code }};
$theme-color: {{ vars.theme_color | default:site.theme_color | default:'rgb(8,46,57)' }};
@@ -43,9 +43,11 @@
$break-point-1: {{ vars.break_point_1 | default:42 }}em;
$break-point-2: {{ vars.break_point_2 | default:54 }}em;
$break-point-3: {{ vars.break_point_3 | default:64 }}em;
$break-point-4: {{ vars.break_point_4 | default:72 }}em;
$break-point-5: {{ vars.break_point_5 | default:86 }}em;
+
+$border-radius: {{ vars.border_radius | default:0.5 }}rem;
$break-point-font-large: {{ vars.break_point_font_large | default:124 }}em;
$content-margin-3: 3rem;
$content-margin-5: 4rem;