styles: refine typography depth & spacing

This commit is contained in:
07akioni 2020-06-01 01:04:54 +08:00
parent 2cc0d85ac7
commit 86f2b5cfb6
3 changed files with 6 additions and 6 deletions

View File

@ -281,8 +281,8 @@ $--n-typography-header-font-size: (
);
$--n-typography-header-margin: (
'1': 1.6em 0 1em 0,
'2': 1.6em 0 1em 0,
'1': 1.6em 0 .8em 0,
'2': 1.6em 0 .8em 0,
'3': 1.6em 0 1.2em 0,
'4': 1.4em 0 1.2em 0,
'5': 1.4em 0 1.2em 0,

View File

@ -1,8 +1,8 @@
@mixin setup-dark-colors {
$--base-text: rgb(255, 255, 255) !global;
$--alpha-1: .92 !global;
$--alpha-2: .84 !global;
$--alpha-1: .9 !global;
$--alpha-2: .82 !global;
$--alpha-3: .52 !global;
$--alpha-4: .38 !global;

View File

@ -1,8 +1,8 @@
@mixin setup-light-colors {
$--base-text: #000 !global;
$--alpha-1: .86 !global;
$--alpha-2: .74 !global;
$--alpha-1: .82 !global;
$--alpha-2: .72 !global;
$--alpha-3: .38 !global;
$--alpha-4: .24 !global;