diff --git a/content/Webrings.md b/content/Webrings.md
index 70f1f01..c9d197c 100644
--- a/content/Webrings.md
+++ b/content/Webrings.md
@@ -1,7 +1,6 @@
-# Fediring
-Fediring
-
-
◄
-
Random
-
►
+# [Fediring](https://fediring.net/)
+
\ No newline at end of file
diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss
index c96ac57..cf61477 100644
--- a/quartz/styles/custom.scss
+++ b/quartz/styles/custom.scss
@@ -1,13 +1,13 @@
@use "./base.scss";
// put your custom CSS here!
-.fring {
+.ring {
display:flex;
flex-flow: row wrap;
}
-.fring-button {
+.ringbtn {
text-size: 0.9rem !important;
border-radius: 16px !important;
border:none !important;
@@ -20,10 +20,10 @@
cursor:pointer !important;
}
-.fring-button:hover{
+.ringbtn:hover{
background-color: rgba(100,100,100, 0.5) !important;
}
-.fring svg {
+.ring svg {
display:none !important;
}
\ No newline at end of file