From cd2f19c3c58a22e0e81848c6eecf98b6cdea20a6 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 20 Apr 2024 16:41:59 +0200 Subject: [PATCH] changed class names --- content/Webrings.md | 11 +++++------ quartz/styles/custom.scss | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) 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