diff --git a/icons/dark/github.png b/icons/dark/github.png deleted file mode 100644 index a6de6a9..0000000 Binary files a/icons/dark/github.png and /dev/null differ diff --git a/icons/dark/instagram.png b/icons/dark/instagram.png deleted file mode 100644 index 643cdee..0000000 Binary files a/icons/dark/instagram.png and /dev/null differ diff --git a/icons/dark/lastfm.png b/icons/dark/lastfm.png deleted file mode 100644 index 606a1b4..0000000 Binary files a/icons/dark/lastfm.png and /dev/null differ diff --git a/icons/light/github.png b/icons/github.png similarity index 100% rename from icons/light/github.png rename to icons/github.png diff --git a/icons/light/instagram.png b/icons/instagram.png similarity index 100% rename from icons/light/instagram.png rename to icons/instagram.png diff --git a/icons/light/lastfm.png b/icons/lastfm.png similarity index 100% rename from icons/light/lastfm.png rename to icons/lastfm.png diff --git a/icons/youtube.png b/icons/youtube.png new file mode 100644 index 0000000..b6b77b2 Binary files /dev/null and b/icons/youtube.png differ diff --git a/index.html b/index.html index a745885..02450b0 100644 --- a/index.html +++ b/index.html @@ -23,20 +23,21 @@

Media społecznościowe

- github - github + github

GitHub

- lastfm - lastfm + lastfm

Last.fm

- instagram - instagram + instagram

Instagram

+ + youtube +

YouTube

+

BIO

@@ -44,7 +45,7 @@ diff --git a/projects.html b/projects.html index 205812c..f1b461d 100644 --- a/projects.html +++ b/projects.html @@ -21,7 +21,6 @@

Zine

Mój własny bot na platformę Guilded napisany w języku Rust.

- SOON
diff --git a/style.css b/style.css index ec4b4f0..e994b3b 100644 --- a/style.css +++ b/style.css @@ -235,16 +235,12 @@ body.dark .project-card .description * { background-color: #b4b4b4; } -body.dark *[data-only-light] { - display: none; -} - body:not(.dark) .project-card { background-color: rgb(185, 175, 255); } -body:not(.dark) *[data-only-dark] { - display: none; +body:not(.dark) #socials .social img { + filter: invert(); } body:not(.dark) .social {