+
← Fediring →
website source (feel free to copy! 💚)
Catppuccin license 💜
JBM license/authors
diff --git a/style.css b/style.css
index 0396df6..8a0f417 100644
--- a/style.css
+++ b/style.css
@@ -454,6 +454,50 @@ socials and links
text-decoration: underline;
}
}
+#listenbrainz {
+ background-color: color-mix(in srgb, var(--mauve) 25%, transparent);
+ p, a {
+ color: var(--text);
+ text-decoration: none;
+ }
+ p:hover, a:hover {
+ color: var(--mauve);
+ text-decoration: underline;
+ }
+}
+#lastfm {
+ background-color: color-mix(in srgb, var(--red) 45%, transparent);
+ p, a {
+ color: var(--text);
+ text-decoration: none;
+ }
+ p:hover, a:hover {
+ color: var(--red);
+ text-decoration: underline;
+ }
+}
+#gitgay {
+ background-color: color-mix(in srgb, var(--red) 10%, transparent);
+ p, a {
+ color: var(--text);
+ text-decoration: none;
+ }
+ p:hover, a:hover {
+ color: var(--mauve);
+ text-decoration: underline;
+ }
+}
+#github {
+ background-color: color-mix(in srgb, var(--mauve) 50%, transparent);
+ p, a {
+ color: var(--text);
+ text-decoration: none;
+ }
+ p:hover, a:hover {
+ color: var(--mauve);
+ text-decoration: underline;
+ }
+}
/*
buttons
@@ -472,6 +516,13 @@ buttons
footer/credits
*/
footer {
+ .fediring a {
+ display: inline-grid;
+ font-size: 18px;
+ color: var(--green);
+ text-decoration: none;
+ margin-bottom: .5em;
+ }
p, a {
text-align: center;
font-size: 16px;