diff --git a/assets/scss/_main.scss b/assets/scss/_main.scss index 2761611..c232825 100644 --- a/assets/scss/_main.scss +++ b/assets/scss/_main.scss @@ -191,14 +191,14 @@ figure { em, i, strong { // Default - color: black; + color: $light-color-variant; @media (prefers-color-scheme: dark) { - color: white; + color: $dark-color-variant; } @media (prefers-color-scheme: light) { - color: black; + color: $light-color-variant; } [data-theme=dark] & { diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index c1367cd..8bd9bc0 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -5,6 +5,7 @@ $light-background: #fff; $light-background-secondary: #eaeaea; $light-background-header: #fafafa; $light-color: #222; +$light-color-variant: black; $light-color-secondary: #999; $light-border-color: #dcdcdc; $light-table-color: #dcdcdc; @@ -14,6 +15,7 @@ $dark-background: #232425; $dark-background-secondary: #3b3d42; $dark-background-header: #1b1c1d; $dark-color: #a9a9b3; +$dark-color-variant: white; $dark-color-secondary: #b3b3bd; $dark-border-color: #4e4e57; $dark-table-color: #4e4e57; diff --git a/docs/svgs.md b/docs/svgs.md index a4962ad..28e413e 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -28,11 +28,13 @@ - [goodreads](https://simpleicons.org/?q=goodreads) - [googleplay](https://simpleicons.org/?q=googleplay) - [googlescholar](https://simpleicons.org/?q=googlescholar) +- gpg - [hackerone](https://simpleicons.org/?q=hackerone) - [hackerrank](https://simpleicons.org/?q=hackerrank) - [hackthebox](https://simpleicons.org/?q=hackthebox) - [instagram](https://feathericons.com/?query=instagram) - [itch.io](https://simpleicons.org/?q=itch.io) +- [jenkins](https://feathericons.com/?query=jenkins) - [kaggle](https://simpleicons.org/?q=kaggle) - [keybase](https://simpleicons.org/?q=keybase) - [lastfm](https://simpleicons.org/?q=lastfm) @@ -48,6 +50,8 @@ - [npm](https://simpleicons.org/?q=npm) - [opencollective](https://simpleicons.org/?q=opencollective) - [orcid](https://simpleicons.org/?q=orcid) +- [patreon](https://simpleicons.org/?q=patreon) +- [paypal](https://simpleicons.org/?q=paypal) - [peertube](https://simpleicons.org/?q=peertube) - [pinterest](https://simpleicons.org/?q=pinterest) - [pixelfed](https://github.com/pixelfed/pixelfed/blob/dev/public/img/pixelfed-icon-black.svg) @@ -56,12 +60,14 @@ - [polywork](https://simpleicons.org/?q=polywork) - [reddit](https://simpleicons.org/?q=reddit) - [researchgate](https://simpleicons.org/?q=researchgate) +- [revolut](https://simpleicons.org/?q=revolut) - [signal](https://simpleicons.org/?q=signal) - [slack](https://simpleicons.org/?q=slack) - [soundcloud](https://simpleicons.org/?q=soundcloud) - [spotify](https://simpleicons.org/?q=spotify) - [stackoverflow](https://simpleicons.org/?q=stackoverflow) - [steam](https://simpleicons.org/?q=Steam) +- [strava](https://simpleicons.org/?q=strava) - [telegram](https://simpleicons.org/?q=telegram) - [threema](https://simpleicons.org/?q=threema) - [tryhackme](https://simpleicons.org/?q=tryhackme) @@ -71,6 +77,7 @@ - [unsplash](https://simpleicons.org/?q=unsplash) - [whatsapp](https://simpleicons.org/?q=whatsapp) - [xampp](https://simpleicons.org/?q=xampp) +- [xda](https://simpleicons.org/?q=xda) - [xing](https://simpleicons.org/?q=xing) - [xmpp](https://simpleicons.org/?q=xmpp) - [ycombinator](https://simpleicons.org/?q=ycombinator) diff --git a/layouts/index.html b/layouts/index.html index 56dc443..d0c02a4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,9 +10,8 @@ {{ end }}

{{ .Site.Title }}

- {{- with .Site.Params.homeSubtitle }} -

{{.}}

- {{- end }} + + {{ partial "subtitle.html" . }} {{- with .Site.Params.social }}
diff --git a/layouts/partials/favicons.html b/layouts/partials/favicons.html index 962026b..72a10da 100644 --- a/layouts/partials/favicons.html +++ b/layouts/partials/favicons.html @@ -5,5 +5,3 @@ - - diff --git a/layouts/partials/pagination-single.html b/layouts/partials/pagination-single.html index 6c06e88..cee73b2 100644 --- a/layouts/partials/pagination-single.html +++ b/layouts/partials/pagination-single.html @@ -1,9 +1,11 @@ {{ if and (not $.Site.Params.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}