From 314b3c6fd704d5af0c9bdc5ec602572c50a73e55 Mon Sep 17 00:00:00 2001 From: Kendall Pinto Date: Sat, 20 Aug 2022 18:21:16 +0000 Subject: [PATCH] Change class name of Ludsocials div. fixes #215 This issue has been open from the last 6 months and I'm so stupid... There is a css term for padding of socials which is used somewhere else in the website, so i should make the class lud-socials to fix the issue, can't believe how stupid I was for this LOL.. --- ludsocials/index.html | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ludsocials/index.html b/ludsocials/index.html index 2bb39fdf..4f652a22 100644 --- a/ludsocials/index.html +++ b/ludsocials/index.html @@ -18,7 +18,7 @@

Ludwig's Socials

-
+

Spotify

Apple Music

YouTube

diff --git a/styles.css b/styles.css index 7e1f8cc8..9af663ce 100644 --- a/styles.css +++ b/styles.css @@ -165,7 +165,7 @@ a:active { cursor: pointer; } -.songs1 { +.lud-socials { color: var(--ludsocials-color-blue); }