From 156abe53065a5302cadf6bce99643fae89472f02 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 20 Apr 2024 16:01:28 +0200 Subject: [PATCH] put css into custom.css --- content/Webrings.md | 19 ------------------- quartz/styles/custom.scss | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/content/Webrings.md b/content/Webrings.md index 0c25505..ac26619 100644 --- a/content/Webrings.md +++ b/content/Webrings.md @@ -1,25 +1,6 @@ # Fediring Fediring
- Previous Random Next diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index b0c09dc..62fef26 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,3 +1,19 @@ @use "./base.scss"; // put your custom CSS here! +.fring-button { + text-size: 0.9rem; + border-radius: 16px; + border:none; + background-color: rgba(100,100,100, 0.3); + padding: 0.4rem 0.8rem; + margin: 0.2rem 0.4rem; + text-decoration: none; + width: fit-content; + height: fit-content; + cursor:pointer; +} + +.fring-button:hover { + background-color: rgba(100,100,100, 0.5); +} \ No newline at end of file