WIP: Convert Settings to components

This commit is contained in:
Nelson Chan
2021-10-20 18:54:20 +08:00
parent 74d2b38cb6
commit f9bb48de13
12 changed files with 1190 additions and 633 deletions

View File

@@ -12,6 +12,7 @@ $dark-font-color2: #020b05;
$dark-bg: #0d1117;
$dark-bg2: #070a10;
$dark-border-color: #1d2634;
$dark-header-bg: #161b22;
$easing-in: cubic-bezier(0.54, 0.78, 0.55, 0.97);
$easing-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);