diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 58b1d68..78d5a7f 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -8,6 +8,22 @@ --link-background-color: 150, 200, 255; --link-text-color:rgb(150,200,255); } + + --body-background: #dddddd; + + --accent-color: #21364b; + --accent-color-darker: #1b2a3a; + + --body-text-color: #40454a; + + + --card-background: #eeeeee; + --card-background-selected: #e8e8e8; + + --card-text-color-main: #222528; + --card-separator-color: rgba(190, 192, 204, 0.5); + + --scrollbar-thumb: hsl(0, 0%, 60%); } a { &.link { diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack index 711a371..005768b 160000 --- a/themes/hugo-theme-stack +++ b/themes/hugo-theme-stack @@ -1 +1 @@ -Subproject commit 711a371cb0d59eab1449aaf21e0393a4fdbd52b6 +Subproject commit 005768b3d4de565369e42cad8626c10533feb2a0