From e1381bf507207079e23acc91f25ac3217c5be032 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 24 Dec 2024 17:14:43 -0500 Subject: [PATCH] icons are almost good except the linkedin icon --- static/css/icon-colors.css | 4 ++-- static/images/github.svg | 31 +++++++++++++++++++++++++++++-- static/images/house.svg | 2 +- static/images/linkedin.svg | 35 +++++++++++++++++++++++++++++------ static/images/rss.svg | 2 +- 5 files changed, 62 insertions(+), 12 deletions(-) diff --git a/static/css/icon-colors.css b/static/css/icon-colors.css index 0c3ac0f..ac66028 100644 --- a/static/css/icon-colors.css +++ b/static/css/icon-colors.css @@ -1,14 +1,14 @@ @media (prefers-color-scheme: dark){ :root { - --background-color: rgba(0,0,0,0); + --background-color: black; --primary-color: white; --secondary-color: white; } } @media (prefers-color-scheme: light){ :root { - --background-color: rgba(0,0,0,0); + --background-color: white; --primary-color: black; --secondary-color: black; } diff --git a/static/images/github.svg b/static/images/github.svg index df9706b..1901e89 100644 --- a/static/images/github.svg +++ b/static/images/github.svg @@ -1,3 +1,30 @@ - - + + + + + + + diff --git a/static/images/house.svg b/static/images/house.svg index d684742..d852b47 100644 --- a/static/images/house.svg +++ b/static/images/house.svg @@ -49,7 +49,7 @@ @layer base{ .box { - fill: var(--background-color); + fill: rgba(0,0,0,0); } .primary_color { fill: var(--primary-color); diff --git a/static/images/linkedin.svg b/static/images/linkedin.svg index 16a737a..76e4c75 100644 --- a/static/images/linkedin.svg +++ b/static/images/linkedin.svg @@ -4,17 +4,40 @@ - + diff --git a/static/images/rss.svg b/static/images/rss.svg index 88f4d20..fb2b8c2 100644 --- a/static/images/rss.svg +++ b/static/images/rss.svg @@ -14,7 +14,7 @@ @layer base{ .box { - fill: var(--background-color); + fill: rgba(0,0,0,0); } .big-arc, .small-arc { fill: var(--primary-color);