From 5e2c7e6b0ebbe51933cb0beda3c58403cf283e25 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 23:22:54 +0200 Subject: Fix indents --- assets/sass/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assets/sass/style.scss') diff --git a/assets/sass/style.scss b/assets/sass/style.scss index fcc493c..6c471f9 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -1,7 +1,7 @@ /* - Common Variables + Common Variables - Feel free to change! + Feel free to change! */ /* Fonts */ @@ -11,9 +11,9 @@ $regular-font-size: 1.25em; /* 20px / 16px = 1.25em; support text resizing in al /* - Color + Color - Make sure to leave color_scheme in `config.toml` file empty for granular control + Make sure to leave color_scheme in `config.toml` file empty for granular control */ $text-color: #454545; -- cgit v1.2.3