diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 23:22:54 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 23:22:54 +0200 |
| commit | 5e2c7e6b0ebbe51933cb0beda3c58403cf283e25 (patch) | |
| tree | c04c9da850dfd95916d36052e242ef6495ea8ad6 /assets/sass/style.scss | |
| parent | 4429330405faef8c8fc51baae6b60ff66f5c4ed1 (diff) | |
| download | gohugo-theme-ed-5e2c7e6b0ebbe51933cb0beda3c58403cf283e25.tar.gz | |
Fix indents
Diffstat (limited to 'assets/sass/style.scss')
| -rw-r--r-- | assets/sass/style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
