forked from matrixzj/matrixzj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are 18 files have been modified at 2020-06-26 04:02:18 .
-rw-r--r-- 1 jzou ops 1438 Jun 22 02:39 _sass/base.scss -rw-r--r-- 1 jzou ops 2360 Jun 22 02:39 _sass/buttons.scss -rw-r--r-- 1 jzou ops 5187 Jun 22 02:39 _sass/code.scss -rw-r--r-- 1 jzou ops 454 Jun 22 02:39 _sass/color_schemes/dark.scss -rw-r--r-- 1 jzou ops 2436 Jun 22 02:39 _sass/content.scss -rw-r--r-- 1 jzou ops 2920 Jun 22 02:39 _sass/custom/custom.scss -rw-r--r-- 1 jzou ops 3520 Jun 22 02:39 _sass/layout.scss -rw-r--r-- 1 jzou ops 1656 Jun 22 02:39 _sass/navigation.scss -rw-r--r-- 1 jzou ops 2823 Jun 22 02:39 _sass/search.scss -rw-r--r-- 1 jzou ops 168 Jun 22 02:39 _sass/support/_functions.scss -rw-r--r-- 1 jzou ops 3373 Jun 22 02:39 _sass/support/_variables.scss -rw-r--r-- 1 jzou ops 731 Jun 22 02:39 _sass/support/mixins/_layout.scss -rw-r--r-- 1 jzou ops 936 Jun 22 02:39 _sass/tables.scss -rw-r--r-- 1 jzou ops 689 Jun 22 02:39 _sass/typography.scss -rw-r--r-- 1 jzou ops 1369 Jun 22 02:39 _sass/utilities/_layout.scss -rw-r--r-- 1 jzou ops 291 Jun 22 02:39 _sass/utilities/_lists.scss -rw-r--r-- 1 jzou ops 3789 Jun 22 02:39 _sass/utilities/_spacing.scss -rw-r--r-- 1 jzou ops 963 Jun 22 02:39 _sass/utilities/_typography.scss There are 16 files have been added at 2020-06-26 04:02:18. -rw-r--r-- 1 jzou ops 39 Jun 22 02:39 _sass/overrides.scss -rw-r--r-- 1 jzou ops 1438 Jun 22 02:39 _sass/vendor/base.scss -rw-r--r-- 1 jzou ops 2360 Jun 22 02:39 _sass/vendor/buttons.scss -rw-r--r-- 1 jzou ops 5187 Jun 22 02:39 _sass/vendor/code.scss -rw-r--r-- 1 jzou ops 2436 Jun 22 02:39 _sass/vendor/content.scss -rw-r--r-- 1 jzou ops 572 Jun 22 02:39 _sass/vendor/labels.scss -rw-r--r-- 1 jzou ops 3520 Jun 22 02:39 _sass/vendor/layout.scss -rw-r--r-- 1 jzou ops 1656 Jun 22 02:39 _sass/vendor/navigation.scss -rw-r--r-- 1 jzou ops 39 Jun 22 02:39 _sass/vendor/overrides.scss -rw-r--r-- 1 jzou ops 2823 Jun 22 02:39 _sass/vendor/search.scss -rw-r--r-- 1 jzou ops 936 Jun 22 02:39 _sass/vendor/tables.scss -rw-r--r-- 1 jzou ops 689 Jun 22 02:39 _sass/vendor/typography.scss drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _sass/vendor/color_schemes/ drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _sass/vendor/custom/ drwxr-xr-x 3 jzou ops 4096 Jun 22 02:39 _sass/vendor/support/ drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _sass/vendor/utilities/ No files have been deleted. No file type has been changed.
- Loading branch information
Showing
45 changed files
with
3,076 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
|
||
$body-background-color: $grey-dk-300; | ||
$sidebar-color: $grey-dk-300; | ||
$border-color: $grey-dk-200; | ||
|
||
$body-text-color: $grey-lt-300; | ||
$body-heading-color: $grey-lt-000; | ||
$nav-child-link-color: $grey-dk-000; | ||
$search-result-preview-color: $grey-dk-000; | ||
|
||
$link-color: $blue-000; | ||
$btn-primary-color: $blue-200; | ||
$base-button-color: $grey-dk-250; | ||
|
||
$code-background-color: $grey-dk-250; | ||
$search-background-color: $grey-dk-250; | ||
$table-background-color: $grey-dk-250; |
Oops, something went wrong.